Skip to content

Instantly share code, notes, and snippets.

@miyabis
Created November 13, 2019 12:42
Show Gist options
  • Save miyabis/185939ae36e0a359d7b6d47bcec054da to your computer and use it in GitHub Desktop.
Save miyabis/185939ae36e0a359d7b6d47bcec054da to your computer and use it in GitHub Desktop.
policy registry setting to run IE mode and ClickOnce on Microsoft Edge.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode]
"SiteList"="https://hostname/ie11list.xml"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"InternetExplorerIntegrationLevel"=dword:00000001
"ClickOnceEnabled"=dword:00000001
"DirectInvokeEnabled"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment