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