1.注冊表修改法(補救措施)
開始-運行-輸入REGEDIT回車,在左邊欄中找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\NotifyWgaLogon項,將整個WgaLogon項刪除即可。
由于筆者曾經(jīng)在自定義安裝自動更新選項時特意取消了WGA驗證程序的安裝,電腦里未能被微軟植入這個可惡的小東西,因此未能在注冊表里搜索到NotifyWgaLogon這一項,提示已經(jīng)不幸“中鏢”的用戶可以用注冊表自帶的搜索功能來尋找這個WGA驗證程序?qū)淖员眄棥?/CLK>
節(jié)省了不少時間和眼力
2.批處理文件解決法(補救措施)
@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
echo. & pause
把上面的復制到記事本里保存,把記事本的后綴TXT改成“破除微軟認證.BAT” 然后運行。筆者并未驗證,但是憑著自己的經(jīng)驗應該沒問題。其本質(zhì)上就是用“傻瓜式”的手段來完成注冊表里刪除NotifyWgaLogon注冊表項的過程,適合在初級PC用戶間廣泛傳播,操作簡單攜帶方便。
操作簡單攜帶方便的批處理文件
筆者的所幸沒有中微軟的“鏢”,未能找到WGA程序
就有關WGA的問題,筆者不敢贅言,至此擱筆。以下附帶筆者親測的預防Office的菜單欄被添加“不是正版”的標記的解決方法開始-運行(輸入services.msc)------禁用Office Source Engine和Automatic Updates (有的版本中為中文 “自動更新”)
(Office Source Engine設置圖示)
(自動更新設置圖示)