当前位置: 首页 > 图文教程 > 操作系统 > Windows > 为避免10月20号后盗版系统出现黑屏的bat文件

Windows
列举不升级到Windows 7的7个理由
说说Windows7破解版的个人观点
提升Windows7开机速度技巧1则
提升我们工作效率的几个Windows7新功能
使用Windows 7备份Ghost注意事项
QQ主面板的自动隐藏与Windows7窗口最大化
Windows 7禁用自动弹出光盘功能
Win7系统删除文件的一个小Bug
Windows7中的Firewall设置策略
Win7/vista系统关闭UAC操作步骤
减少Windows7中的Aero Peek的延迟现象
Windows7显示桌面方法汇总
Windows 7比Vista更省电
局域网打印机ARP病毒解决实例
雪豹操作系统和Windows7最新功能横向评测
Windows7开始菜单设置技巧1例
使用Commands In Demand,Windows命令再也不用记了
Windows7时尚的系统桌面设置
Windows7在电源管理方面9个重要的改进
Vista和Windows7无线连接过程对比

Windows 中的 为避免10月20号后盗版系统出现黑屏的bat文件


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 148 ::
收藏到网摘: n/a

微软将针对中国市场在本月20日启动Windows XP专业版及Office的正版验证计划,届时,安装了盗版Windows XP专业版的电脑将被强行每小时“黑屏”(桌面背景变为纯黑色)一次,Office的菜单栏将被添加“不是正版”的标记。
避免此问题的方法
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,然后运行。