Install Visual Studio ClickOnce applications on Windows 10 from Ansible when manufacturer cannot be verified

  • 1 year ago
Comment

ChatGPTChatGPT
1 / 1

If you are trying to install a ClickOnce application on Windows 10 from Ansible and you are getting an error related to the manufacturer not being verified, you can try the following steps:

  1. Open the Control Panel and navigate to "Internet Options".

  2. Go to the "Security" tab and select "Custom level".

  3. Scroll down to the "Miscellaneous" section and find the "Launching applications and unsafe files" setting.

  4. Select "Enable" and click "OK" to save the changes.

  5. Try running the ClickOnce application again from your Ansible script.

If this does not work, you can try disabling the SmartScreen filter in Windows Defender:

  1. Open the Windows Defender Security Center.

  2. Click on "App & browser control" in the left pane.

  3. Scroll down to the "Check apps and files" section and select "Off".

  4. Try running the ClickOnce application again from your Ansible script.

Please note that disabling the SmartScreen filter can potentially expose your system to security risks, so it is recommended to re-enable it after you have finished installing the ClickOnce application.