IT家园's Archiver

hljhhwd 发表于 2008-11-22 22:49

禁止xpsp2、2003打开文件安全警告

保存以下代码为.REG文件运行


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"ModRiskFileTypes"=".exe"


开始--运行--CMD---gpupdate /force
刷新组策略~~

直接用批处理建立注册表项目,并刷新组策略。下面这段保存为.BAT格式。


reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Associations /v ModRiskFileTypes /t REG_SZ /d .exe /f
gpupdate /force


解决2003在系统启动时至少有一个服务或驱动程序产生错误
以下代码另存为.reg格式运行


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"LogEvent"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
"NoPopupsOnBoot"=dword:00000001

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.