domingo, 2 de noviembre de 2008

How to eliminate WGA

The better way to eliminate WGA is creating a .BAT file with the following commands:

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

Execute it and then restart your computer
I hope it will be useful for you
Greetings

UPDATE[16/11/08]: download this, uncompress it, execute "installer.bat" and reboot your computer. It works fine!! :)

No hay comentarios: