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

Windows
Windows Server 2008 四项优化技巧详解
解决Win2008 回收站无法清空故障
Win2008 没有声音的设置方法
Vista破解激活七种方法
微软来教你如何让Windows Vista更安全
1分钟破解Vista 系统登录密码,直接登录Vista系统
免激活合法使用Vista1年的终极方法
Windows Vista系统下文件加密好简单
将VISTA的加密功能添加到右键菜单上
Windows 7 Shell 命令大名单
移除未知文件格式打开方式列表中的错误程序
IE 8 分组标签颜色自定义设置方法
修改注册表解决IE 8引起的VS2005/2008向导出错问题
3种不用重装的办法解决压缩Vista系统文件夹导致崩溃情况
让Vista和XP共享临时文件夹!
低配置也跑Vista系统
让Vista响应更快
走进Vista系统安全中心!
Vista系统下的内存加速技巧!
如何删除多余的Windows Vista启动菜单

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


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