用HijackThis轻松去除Win XP任务栏里的蓝色五角星

endurer 原创
2007-05-30  第1

一位网友不小心安装了微软正版增值计划更新程序,会在任务栏右下角出现一个蓝色五角星符号,感觉不爽,让偶帮助弄掉。

通过QQ远程协助,用 HijackThis 扫描并修复(HijackThis 可到 http://endurer.ys168.com 下载):

O20 - Winlogon Notify: WgaLogon - C:/WINDOWS/SYSTEM32/WgaLogon.dll

重启电脑,右下角就不会再出现五角星了。

当然,也可以用瑞星卡卡安全助手来取消这个开机启动项。

再彻底一点,还可以删除以下文件:
c:/Windows/System32/WgaTray.exe
c:/Windows/System32/dllcache/WgaTray.exe
c:windows/system32/wgalogon.dll
c:windows/system32/dllcache/wgalogon.dll


用google在国外论坛上看到外国网友写了一个bat:

taskkill /im wgatray.exe
Del c:/Windows/System32/WgaTray.exe
Del c:/Windows/System32/dllcache/WgaTray.exe
echo Windows Registry Editor Version 5.00 >%temp%/WGANFIX.REG
echo. >>%temp%/WGANFIX.REG
echo [-HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon/Notify/WgaLogon] >>%temp%/WGANFIX.REG
regedit /s %temp%/WGANFIX.REG
del %temp%/WGANFIX.REG
del c:windows/system32/wgalogon.dll
del c:windows/system32/dllcache/wgalogon.dll
 
这个只对安装在C:/windows下的Win XP有效,偶再改写一个通用的如下:

taskkill /im wgatray.exe
echo Windows Registry Editor Version 5.00 >%temp%/WGANFIX.REG
echo. >>%temp%/WGANFIX.REG
echo [-HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon/Notify/WgaLogon] >>%temp%/WGANFIX.REG
regedit /s %temp%/WGANFIX.REG
del /q %temp%/WGANFIX.REG
Del /q %windir%/System32/WgaTray.exe
Del /q %windir%/System32/dllcache/WgaTray.exe
del /q %windir%/system32/wgalogon.dll
del /q %windir%/system32/dllcache/wgalogon.dll  

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

紫郢剑侠

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值