@echo off
title Delete WGA
color 0a
echo Preparando para eliminar...
ping -n 5 localhost >nul
taskkill /F /IM WgaTray.exe && taskkill /F /IM Winlogon.exe
CD "%WINDIR%\System32"
attrib -R -A -S -H WgaTray.exe && del /S /Q /F WgaTray.exe
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft Windows\ NT\CurrentVersion\Winlogon\Notify" /F
if not exist WgaTray.exe (echo WgaTray.exe correctamente eliminado) else (echo Imposible eliminar WgaTray.exe, intente nuevamente)
echo.
pause
exit
Si necesitan la explicación, no duden en pedirla.