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

Windows
Windows XP不能装USB 2.0驱动问题解决
删除隐藏在Windows XP系统深处的组件
Windows XP系统打印机共享问题解决方法
Windows XP操作系统优化加速攻略
Windows XP操作系统中scf参数疑难全攻略
十八般武艺样样通 记Win XP系统自带程序
在Windows XP中批量修改文件名大法
了解Windows XP SP2硬件支持新变化
灵活应用Windows XP系统硬件配置文件
简单设置:解决Win XP系统网络访问难题
清除XP垃圾 用加强的“磁盘清理”工具
玩转Windows xp的传真接收功能
系统DIY XP变身Media Center Edition
打破常规 改良Windows XP的打开窗口
剿灭Windows XP下的29个烦恼
Windows xp中如何找回丢失的系统语言栏
Win XP默认设置需注意的七个安全问题
让Windows XP SP2与网络工具和平相处
极度瘦身:打造200MB的Win XP安装盘
Windows XP打印共享四大问题及解决方法

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


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