forked from apguerard/HandleView-DevPreview
-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Scott Reeves edited this page Feb 23, 2021
·
2 revisions
This is because the WebBrowser control is being blocked from running ActiveX controls as a security measure. The work around for it is to add the following registry keys:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"OneDrive.exe"=dword:00002af8
"msaccess.exe"=dword:00002af9
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN]
"iexplore.exe"=dword:00000000
"msaccess.exe"=dword:00000000