返回列表 回复 发帖

暂时解决微软黑屏

从20日起在中国市场启动WindowsXP专业版及Office办公软件的正版验证通知计划。使用WindowsXP盗版的电脑将被强行每隔60分钟“黑屏”(桌面背景改为纯黑色,可手动改回)一次,而使用盗版Office软件的菜单栏将被添加“不是正版”的标记。此批处理命令可关闭xp后台自动更新及服务程序。
        复制以下内容,

taskkill /f /im wgatray.exe.exe
del /f /q /a  %SystemRoot%\system32\wgatray.exe
del /f /q /a  %SystemRoot%\system32\dllcache\wgatray.exe
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\Wgalogon" /f
cd\
md %SystemRoot%\system32\wgatray.exe
cd %SystemRoot%\system32\wgatray.exe
md killdu..\
cd\
md %SystemRoot%\system32\dllcache\wgatray.exe
cd %SystemRoot%\system32\dllcache\wgatray.exe
md killdu..\
cd\

        打开记事本,粘贴,保存,名为*.bat,后缀名一定要是.bat。
        然后运行.bat文件即可。

[ 本帖最后由 金银妖瞳 于 2008-10-20 10:59 编辑 ]

  
后缀也可以是.cmd
不错,可以用
返回列表