[注册表设置FAQ]每日知识问答(2008-07-18~19)

ljc007 2008-07-19 11:00:40
1. 第一个给出完整正确答案者,获得该帖全部积分;
2. 当日的帖子,如果没有人给出正解,次日会无满意结帖;
3. 只能通过修改注册表来实现,禁止使用第三方工具。

Q: 怎样禁用IE的代理服务器?(2008-07-19)
Q: 怎样禁用IE的"Internet选项"?(2008-07-18)
...全文
75 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
taxue_wuheng 2008-07-20
  • 打赏
  • 举报
回复
看上去.......观望中
AliasKavin 2008-07-20
  • 打赏
  • 举报
回复
以下代码另存为ChangIE.inf,右击安装~~~
[code=INIFile][Version]
Signature="$CHICAGO$"
Provider=ChangeIE by Chinafish

[DefaultInstall]
AddReg=ChangeIE_AddReg

[ChangeIE_DelReg]

[ChangeIE_AddReg]
HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet Settings",ProxyEnable,0x10001,0
HKCU,"Software\Policies\Microsoft\Internet Explorer\Restrictions",NoBrowserOptions,0x10001,1
HKCU,"Software\Policies\Microsoft\Internet Explorer\Control Panel",GeneralTab,0x10001,1
HKCU,"Software\Policies\Microsoft\Internet Explorer\Control Panel",SecurityTab,0x10001,1
HKCU,"Software\Policies\Microsoft\Internet Explorer\Control Panel",PrivacyTab,0x10001,1
HKCU,"Software\Policies\Microsoft\Internet Explorer\Control Panel",ContentTab,0x10001,1
HKCU,"Software\Policies\Microsoft\Internet Explorer\Control Panel",ConnectionsTab,0x10001,1
HKCU,"Software\Policies\Microsoft\Internet Explorer\Control Panel",ProgramsTab,0x10001,1
HKCU,"Software\Policies\Microsoft\Internet Explorer\Control Panel",AdvancedTab,0x10001,1[/code]
AliasKavin 2008-07-20
  • 打赏
  • 举报
回复
以下代码另存为ChangeIE.bat, 双击运行~~~

[code=BatchFile]REM 禁用IE的代理服务器
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /d "0" /t REG_DWORD /f
REM 禁用IE工具栏菜单下Internet选项
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions" /v NoBrowserOptions /d "1" /t REG_DWORD /f
REM 禁用Internet Explorer桌面图标右键属性及控制面板的Internet选项
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v GeneralTab /d "1" /t REG_DWORD /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v SecurityTab /d "1" /t REG_DWORD /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v PrivacyTab /d "1" /t REG_DWORD /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v ContentTab /d "1" /t REG_DWORD /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v ConnectionsTab /d "1" /t REG_DWORD /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v ProgramsTab /d "1" /t REG_DWORD /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v AdvancedTab /d "1" /t REG_DWORD /f[/code]
AliasKavin 2008-07-20
  • 打赏
  • 举报
回复
以下代码另存为ChangeIE.vbs, 双击运行~~`
Set oShell = WScript.CreateObject("WScript.Shell")
'禁用IE的代理服务器
oShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable", 0, "REG_DWORD"
'禁用IE工具栏菜单下Internet选项
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserOptions", 1, "REG_DWORD"
'禁用Internet Explorer桌面图标右键属性及控制面板的Internet选项
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\GeneralTab", 1, "REG_DWORD"
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\SecurityTab", 1, "REG_DWORD"
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\PrivacyTab", 1, "REG_DWORD"
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\ContentTab", 1, "REG_DWORD"
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\ConnectionsTab", 1, "REG_DWORD"
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\ProgramsTab", 1, "REG_DWORD"
oShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\AdvancedTab", 1, "REG_DWORD"
Set oShell = Nothing

6,850

社区成员

发帖
与我相关
我的任务
社区描述
Windows 2016/2012/2008/2003/2000/NT
社区管理员
  • Windows Server社区
  • qishine
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧