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

Windows
Windows7系统的特殊隐藏分区
禁用Win 7中的AeroSnap最大化功能
巧妙延长Windows 7使用期限限为1年
Windows2008系统和XP系统共同使用相同的缓存空间
如何安全删除USB的命令
Windows 7的10大特色功能
启用Windows 2008系统的软路由功能
添加Dropbox服务到系统右键菜单
配置启用Windows 2008脱机文件功能
Windows 7系统中的UAC有什么改善?
Windows 7可以更换系统主题吗?
Windows7的系统托盘区域有什么改进
Windows 7是否支持壁纸自动换功能?
教你一招配置Windows系统的页面文件
Windows 7中显示桌面有几种方法?
系统问答 System Idle Process是什么
Windows 7的系统评分是怎么回事儿?
Hyper-V缩小Windows 7安装镜像体积
安装Windows 7需要多大的磁盘空间?
Windows 7内置了多少种驱动程序?

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


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