首发-Windows XP专业版 20日避免黑屏解决方案
微软将针对中国市场在本月20日启动Windows XP专业版及Office的正版验证计划,
届时,安装了盗版Windows XP专业版的电脑将被强行每小时“黑屏”(桌面背景变为纯黑色)一次,Office的
菜单栏将被添加“不是正版”的标记。
一、品牌电脑用户
使用自带的系统,如ThinkPad就用官方提供的XP恢复光盘安装即可,目前ThinkPad所有型号的笔记本都提供了XP的官方恢复盘,这也是ThinkPad一直值得小黑迷们津津乐道的一点,始终沉浸在幸福中啊!具体可参考本站: http://www.toprnr.com
二、兼容机及普通安装版的系统(列举一例,此为转载,仅供学习研究使用,此方法有效性有待检验,建议大家去买正版系统!)
避免此问题的方法 :
1.我的电脑-属性-自动更新-关闭自动更新
2.开始-运行(输入services.msc)—禁用Office Source Engine和Automatic Updates
如果20号以后出现每小时黑屏一次的情况,用下面的方法 :
@echo off
sfc /purgecache
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\
Wgalogon" /f
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\WINNT\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\WINNT\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\WINNT\system32\WgaTray.exe /f /q
echo. & pause
把上面的复制到记事本里保存,把记事本的后缀TXT改成BAT,然后运行
第二种方法转载地址:http://www.95mv.com/read.php?tid-45676.html
原文地址:http://www.toprnr.com/article.php?id=164
[ 本帖最后由 NBmyf 于 2008-10-17 12:13 编辑 ] |