经常,当我用 Internet Explorer 打开 C 盘上的 HTML 文件时,会收到一条消息,提示 IE 已阻止页面中的某些 ActiveX 控件。然后我必须单击按钮才能查看该页面。我该如何取消此“功能”?
我尝试转到“Internet 属性”->“安全”->“本地 Intranet”,并将安全设置更改为“低”,但没有帮助。
答案1
IE 似乎忽略了你!所以,我想我们可以尝试强制执行。
在 Internet 选项中的 Intranet 选项卡上,单击自定义级别
在这个列表的一半以上,有一个名为启动应用程序和不安全文件(显然不安全但可能会有帮助)的选项。
大约三分之一的下降是:
- 仅允许批准的域在无提示的情况下使用 ActiveX
- 下载未签名的 ActiveX 控件
在活动脚本下,根据需要禁用、启用或提示。
在 Internet 选项中,单击“高级”选项卡
向下滚动到安全选项卡的底部。在这里,您可以允许活动内容运行“我的电脑”上的文件。
您还可以尝试将该站点添加到受信任站点列表中并降低安全级别。
此外,如果使用现代版本的 IE,您可以在“工具”菜单中打开(或关闭)ActiveX 筛选
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoUpdateCheck"=dword:00000001
"NoJITSetup"=dword:00000001
"Disable Script Debugger"="yes"
"Show_ChannelBand"="No"
"Anchor Underline"="yes"
"Cache_Update_Frequency"="Once_Per_Session"
"Display Inline Images"="yes"
"Do404Search"=hex:01,00,00,00
"Local Page"="C:\\WINDOWS\\system32\\blank.htm"
"Save_Session_History_On_Exit"="no"
"Show_FullURL"="no"
"Show_StatusBar"="yes"
"Show_ToolBar"="yes"
"Show_URLinStatusBar"="yes"
"Show_URLToolBar"="yes"
"Start Page"="http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6&ar=msnhome"
"Use_DlgBox_Colors"="yes"
"Search Page"="http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
"Check_Associations"="yes"
"FullScreen"="no"
"Window_Placement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,\
ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,e9,00,00,00,b4,00,00,00,75,04,00,00,54,05,00,\
00
"Expand Alt Text"="no"
"Move System Caret"="no"
"NscSingleExpand"=dword:00000001
"DisableScriptDebuggerIE"="yes"
"Error Dlg Displayed On Every Error"="no"
"NoWebJITSetup"=dword:00000000
"Page_Transitions"=dword:00000001
"FavIntelliMenus"="no"
"Enable Browser Extensions"="yes"
"UseThemes"=dword:00000001
"Force Offscreen Composition"=dword:00000000
"NotifyDownloadComplete"="yes"
"AllowWindowReuse"=dword:00000001
"Friendly http errors"="yes"
"ShowGoButton"="yes"
"SmoothScroll"=dword:00000001
"Enable AutoImageResize"="yes"
"Enable_MyPics_Hoverbar"="yes"
"Play_Animations"="yes"
"Play_Background_Sounds"="yes"
"Display Inline Videos"="yes"
"Show image placeholders"=dword:00000000
"Print_Background"="no"
"AutoSearch"=dword:00000005
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN]
"iexplore.exe"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN\Settings]
"LOCALMACHINE_CD_UNLOCK"=dword:00000000
答案2
在 html 文件中第一个标签之前添加此注释:
<!-- saved from url=(0014)about:internet -->
答案3
解决您的问题的一个方法是从 Internet 选项中设置 ActiveX 的权限。转到 Internet 选项 -> 本地 Intranet -> 自定义级别。
然后您应该检查 ActiveX 控件和插件的以下内容:
- where you have Enable and Disable check Enable
- where you have Enable, Disable and Prompt check Prompt (this is for security reasons)
希望这能解决您的问题。