[color=#000000][size=3]今天看到了WGA的更新报告,到虚拟机里面换了个已经被封杀的VLK,然后安装更新进行了测试,[/size][/color]
[color=#000000][size=3][/size][/color]
[color=#000000][size=3]如图。 
如果你不幸安装了新版WGA可以通过以下方法将其“取消”[/size] 
[attachment=2241464] 
[attachment=2241465] 
[attachment=2241466] 
[attachment=2241467] 
[/color][color=#000000][size=3]开始-运行-输入REGEDIT回车,在左边栏中找到HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonNotifyWgaLogon项 
将整个WgaLogon项删除即可。以上为经过测试的最简便方法。 
这次的WGA与上次相比只增加了LegitCheckControl.dll,主要执行方式(通过WINLOGON加载)未变。显然微软此举可归为常规性不定期“恐吓”,此举也是对于盗版的无奈。[/size][/color] 
[color=#ff0000][size=5][b]方法2:[/b][/size][/color] 
[size=3]1.我的电脑-属性-自动更新-关闭自动更新 
2.开始-运行(输入services.msc)—禁用Office Source Engine和Automatic Updates 
如20号以后出现每小时黑屏一次的情况,用下面的方法 
@echo off 
sfc /purgecache 
reg delete "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,然运行 
[/size]
[attachment=2241468]