Skip to content

Troubleshooting

Scott Reeves edited this page Feb 23, 2021 · 2 revisions

Issues and Workarounds

ActiveX elements blocked when trying to run HandleView

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

Clone this wiki locally