解决微软黑屏补丁方法
作者:Fish 日期:2008-10-23
cls
@echo 停止进程
@TASKKILL /F /IM WgaTray.exe
@echo..
@echo 删除注册表项
@reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon" /f
@REG ADD "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG__SZ /d "%%SystemRoot%%\\Web\\Wallpaper\\Bliss.bmp"
@echo..
@echo 删除文件
@del %SystemRoot%\system32\WgaTray.exe
@del %SystemRoot%\system32\LegitCheckControl.dll
@del %SystemRoot%\system32\dllcache\WgaTray.exe
@del %SystemRoot%\system32\dllcache\WgaLogon.dll
@echo..
@echo 清除完毕,重启后生效。
开始---运行---cmd---粘帖进去就可以了。
@echo 停止进程
@TASKKILL /F /IM WgaTray.exe
@echo..
@echo 删除注册表项
@reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon" /f
@REG ADD "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG__SZ /d "%%SystemRoot%%\\Web\\Wallpaper\\Bliss.bmp"
@echo..
@echo 删除文件
@del %SystemRoot%\system32\WgaTray.exe
@del %SystemRoot%\system32\LegitCheckControl.dll
@del %SystemRoot%\system32\dllcache\WgaTray.exe
@del %SystemRoot%\system32\dllcache\WgaLogon.dll
@echo..
@echo 清除完毕,重启后生效。
开始---运行---cmd---粘帖进去就可以了。
评论: 0 | 引用: 0 | 查看次数: -
发表评论
上一篇
下一篇

文章来自:
Tags: