Created
November 13, 2019 12:42
-
-
Save miyabis/185939ae36e0a359d7b6d47bcec054da to your computer and use it in GitHub Desktop.
policy registry setting to run IE mode and ClickOnce on Microsoft Edge.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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