posts - 122,  comments - 25,  trackbacks - 0
如果不小心安装了正版验证补丁,可以建一个批处理文件,在安全模式下运行即可删除。批处理文件内容如下:

@echo off
title 删除 Windows Genuine Advantage 脚本
cls
:ClearTemp
echo.
echo.
set choice
=
set 
/p choice= 是否要尝试删除 Windows Genuine Advantage (Y/N)?
if "%choice%"=="N" goto End
if "%choice%"=="n" goto End
echo.
echo 正在尝试删除 Windows Genuine Advantage ……
echo.
taskkill 
//im wgatray.exe /t
taskkill 
//im wgatray.dll /t
del 
//%systemroot%\system32\wga*.*
taskkill 
//im wgatray.exe /t
taskkill 
//im wgatray.dll /t
del 
//%systemroot%\system32\wga*.*
taskkill 
//im wgatray.exe /t
taskkill 
//im wgatray.dll /t
del 
//%systemroot%\system32\wga*.*
taskkill 
//im wgatray.exe /t
taskkill 
//im wgatray.dll /t
del 
//%systemroot%\system32\wga*.*

del 
//%systemroot%\system32\legitcheckcontrol.dll
del 
//%systemroot%\system32\dllcache\wga*.*

reg 
delete HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WGALogon /f
reg 
delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\uninstall\wganotify /f

:End
echo.
echo 
-----------------------处理完毕。请关闭。-----------------------
echo.
echo.
pause
>nul
posted on 2008-06-06 12:50 josson 阅读(604) 评论(0)  编辑  收藏 所属分类: 大杂烩

只有注册用户登录后才能发表评论。


网站导航:
 
<2008年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

常用链接

留言簿(3)

随笔分类

随笔档案

收藏夹

搜索

  •  

最新评论

阅读排行榜

评论排行榜