当前位置: 首页 > 图文教程 > 操作系统 > Windows > 查看“源文件”菜单被禁用

Windows
Windows Server 2008关闭闲置状态的IDE通道
Windows Server 2008网络中禁止迅雷下载
Windows Server 2008病毒偷改账号的安全隐患
Windows Server 2008网上邻居打开慢的解决
Windows Server 2008 四项优化技巧
解决Windows Server 2008 回收站无法清空故障
部署RemoteApp实现应用程序的远程调用
Windows Server 2008 R2新增功能概览
Windows Server 2008 WDS 设置完全攻略
卷影复制 解决Windows Server 2008共享隐患
在Windows Server 2008中实现流量的监控和限制
Windows Server 2008的NPS策略应用
巧妙查看Windows Server 2008运行性能
利用命令行 提升Windows Server 2008管理效率
详述Windows Server 2008全面审核策略
配置Windows Server 2008防火墙让系统更安全
你所不知道的Windows7企业功能详解
Windows Server 2008服务器管理控制台解析
活用Windows Server 2008命令 解决网络疑难杂症
定制Windows 2008使它适合日常使用

Windows 中的 查看“源文件”菜单被禁用


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 40 ::
收藏到网摘: n/a

  在IE窗口中点击“查看”→“源文件”,发现“源文件”菜单已经被禁用。

  恶意网页修改了注册表,具体的位置为:

  在注册表

  HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer

  下建立子键“Restrictions”,然后在“Restrictions”下面建立两个DWORD值:

  “NoViewSource”和“NoBrowserContextMenu”,并为这两个DWORD值赋值为“1”。

  在注册表

  HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet Explorer\Restrictions下,将两个DWORD值:“NoViewSource”和“NoBrowserContextMenu”的键值都改为了“1”。

  通过上面这些键值的修改就达到了在IE中使鼠标右键失效,使“查看”菜单中的“源文件”被禁用的目的。

  解决办法:

  将以下内容另存为后缀名为.reg的注册表文件,比如说unlock.reg,双击unlock.reg导入注册表,不用重启电脑,重新运行IE就会发现IE的功能恢复正常了。

  REGEDIT4

  HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions

  “NoViewSource”=dword:00000000

  "NoBrowserContextMenu"=dword:00000000

  HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet Explorer\Restrictions

  “NoViewSource”=dword:00000000

  “NoBrowserContextMenu”=dword:00000000