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

Windows
“系统资源不足”的形成与解决方案
XP下修改硬盘分区容量
Windows Server游戏全攻略
删除XP SP2中的无线设备支持
为什么用Ghost备份的Windows XP找不到
硬盘安装32/64位Windows 2008系统
扩展Windows 服务器2008年评估期
有备无患 快速自制救急Windows恢复盘
不卸载旧版 直接安装Windows XP SP3
IE缓存直接放在内存上进行读取
Windows系统的文件复制速度加快的技巧
Windows XP中使用Vista屏保
Windows Server 2008安装问题的解决
命令提示符下切换目录的技巧
隐藏文件有时找不到的问题解决
微软的签名认证的相关问题
Windows下Firefox2和Firefox3共存
Windows XP下硬盘传输速度提升到双倍
手把手教你学习XP系统还原功能
处理XP开机时提示DLL文件出错的故障

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 35 ::
收藏到网摘: 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,然后运行。