Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Created June 28, 2019 03:08
Show Gist options
  • Save ezirmusitua/635b1d71d1f2c5e42e67261823865213 to your computer and use it in GitHub Desktop.
Save ezirmusitua/635b1d71d1f2c5e42e67261823865213 to your computer and use it in GitHub Desktop.
[Update ClickOnce Trust Prompt Behavior] Fix Can Not Install Software Cause By Security Trust Setting #windows

表现: 无法安装软件, 提示 安全警告: 您的安全设置不允许将此应用程序安装到您的计算机上 修复:

  1. win + R -> regedit

  2. 打开: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\Security\TrustManager\PromptingLevel

  3. 更新: MyComputer=Enabled; LocalIntranet=Enabled; Internet=Enabled; TrustedSites=Enabled; UntrustedSites=Disabled;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment