盗版XP黑屏解决方法
最新版的WGA验证程序1.8.31.9版(2008年9月23日最新发布),不同之前的那个
,虽然图标都一样。
目标:安装盗版Windows XP专业版的用户
行动:桌面被强制换成纯黑颜色,每60分钟改一次。
效果如下:
说明:简单说,就是如果你安装了这个WGA更新程序,就会在右下角出现这个图标:
(这个图标是不是暗示着有只有20%的人在用正版软件?哈哈)
通过这个微软就知道你用的是不是正版XP了。如果是盗版,在10月20日回受到1小时一次的黑屏提醒(桌面自动换成纯黑色)。
有两种解决方法:
1.不让此图标出现,即不让微软验证你的系统。
(1)手工法:
运行输入regedit回车,打开注册表定位[HKEY_LOCAL_MACHINESOFTWAREMicrosoftwindowsNTCurrentVersionwinlogonNotifywgaLogon]分支将一个名为“wgaLogon”删除重新启动电脑。在把C:windowssystem32中的“wgatray.exe”删除,在系统盘搜索查找,在别的文件夹中如还有,删除即可。这次的WGA与上次相比只增加了LegitCheckControl.dll,主要执行方式(通过WINLOGON加载)未变。显然微软此举可归为常规性不定期“恐吓”,此举也是对于盗版的无奈。
(2)自动法:
@echo off
sfc /purgecache
reg 删除 "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonNotifyWgalogon" /f
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:WINNTsystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:WINNTsystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:WINNTsystem32WgaTray.exe /f /q
echo. & pause
把上面的复制到记事本里保存,把记事本的后缀TXT改成BAT,然后运行.
给作者打赏