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

Windows
Vista 自动登录实现方法
winXP使用Windows Vista的屏幕保护(双系统)
vista MSI 2869错误解决方法
Vista SP2测试版的更新内容
IIS7.0 设置技巧 (如何支持asp?)
在Vista 预览PDF文件的方法介绍
微软已开放Vista SP2 Beta下载
自动登录XP系统(免密码免欢迎界面)
Vista 目前的窘境5大原因分析
xp 关机后自动重启
MSCONFIG 启动里面哪些是非法的项目?
Vista 快速清理通知区域的图标
关闭系统服务导致Windows XP系统无法识别移动硬盘
Windows XP SP3中启用支持NLA的远程桌面
Windows XP于今年4月14日退出“主流支持”阶段
Windows XP更新 添加对exFAT文件系统格式的支持
全面深入地认识Windows XP的激活问题
在XP和Vista上实现Windows 7的新功能
让Windows XP中顽固视频消声匿迹
简单三步修改 实现Windows XP自动登录

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


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