jueves, 24 de septiembre de 2009

Desinstalar WGA y OGA

Si desean desinstalar WGA y OGA de Microsoft, esta pequeña rutina puede ayudarles. De un solo paso es capaz de remover ambos programas de Validación.

Pon el siguiente código en un archivo de texto y guárdalo como Desinstalar.bat y da doble clic sobre él
@echo off
:start
echo Killing WGATray.exe and OGAVerify.exe...
if exist %windir%\system32\WGATray.exe taskkill /F /IM WGATray.exe
if exist %windir%\system32\OGAVerify.exe taskkill /F /IM OGAVerify.exe
if exist %windir%\system32\OGAEXEC.exe taskkill /F /IM OGAEXEC.exe

taskkill /F /IM iexplore.exe
taskkill /F /IM outlook.exe
taskkill /F /IM winword.exe

echo Removing WgaLogon from Winlogon\Notify...
echo REGEDIT4 > "Kill Genuine.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon] >> "Kill Genuine.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\WgaNotify] >> "Kill Genuine.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\WGA] >> "Kill Genuine.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Genuine Advantage] >> "Kill Genuine.reg"
regedit.exe /s "Kill Genuine.reg"
del "Kill Genuine.reg"

echo Deleting Genuine files...
if exist %windir%\system32\dllcache\WGATray.exe del %windir%\system32\dllcache\WGATray.exe
if exist %windir%\system32\dllcache\OGAVerify.exe del %windir%\system32\dllcache\OGAVerify.exe
if exist %windir%\system32\dllcache\WgaLogon.dll del %windir%\system32\dllcache\WgaLogon.dll
if exist %windir%\system32\WgaLogon.dll del %windir%\system32\WgaLogon.dll
if exist %windir%\system32\WGATray.exe del %windir%\system32\WGATray.exe
if exist %windir%\system32\OGAVerify.exe del %windir%\system32\OGAVerify.exe
if exist %windir%\system32\OGAEXEC.exe del %windir%\system32\OGAEXEC.exe
if exist %windir%\WgaNotify.log del %windir%\WgaNotify.log
if exist %windir%\Tasks\OGADaily.job del %windir%\Tasks\OGADaily.job
if exist %windir%\Tasks\OGALogon.job del %windir%\Tasks\OGALogon.job
if exist "%ALLUSERSPROFILE%\Dati applicazioni\Office Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Dati applicazioni\Office Genuine Advantage" /S /Q
if exist "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" /S /Q

if exist "%windir%\system32\LegitCheckControl.dll" regsvr32 /u /s "%windir%\system32\LegitCheckControl.dll"
if exist "%windir%\system32\LegitCheckControl.dll" del "%windir%\system32\LegitCheckControl.dll"

if exist "%windir%\system32\OGACheckControl.dll" regsvr32 /u /s "%windir%\system32\OGACheckControl.dll"
if exist "%windir%\system32\OGACheckControl.dll" del "%windir%\system32\OGACheckControl.dll"

if exist %windir%\system32\OGAAddin.dll del %windir%\system32\OGAAddin.dll

if exist %windir%\system32\dllcache\WGATray.exe goto start
if exist %windir%\system32\dllcache\OGAVerify.exe goto start
if exist %windir%\system32\dllcache\WgaLogon.dll goto start
if exist %windir%\system32\WGATray.exe goto start
if exist %windir%\system32\OGAVerify.exe goto start
if exist %windir%\system32\OGAEXEC.exe goto start
if exist %windir%\WgaNotify.log goto start
if exist %windir%\Tasks\OGADaily.job goto start
if exist %windir%\Tasks\OGALogon.job goto start
if exist "%ALLUSERSPROFILE%\Dati applicazioni\Office Genuine Advantage" goto start
if exist "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" goto start
if exist %windir%\system32\LegitCheckControl.dll goto start
if exist %windir%\system32\OGACheckControl.dll goto start

if exist %windir%\system32\WgaLogon.dll goto retry1
if exist %windir%\system32\OGAAddin.dll goto retry1
echo Genuine removal completed.
goto end

:retry1
if exist %windir%\system32\WgaLogon.dll del %windir%\system32\WgaLogon.dll
if exist %windir%\system32\OGAAddin.dll del %windir%\system32\OGAAddin.dll
if exist %windir%\system32\WgaLogon.dll goto error
if exist %windir%\system32\OGAAddin.dll goto error
goto end

:error
echo WgaLogon.dll y/o OGAAddin.dll no puede borrarse, pruebe en modo seguro.

:end
pause > nul

Comentarios y Consultas

Los mensajes serán revisados a veces. No te olvides que soy una persona, no se trata de faltar al respeto, todos tenemos opiniones, no hay que enojarse.

Puedes marcar Notificarme para recibir la notificación de la respuesta.

8 comentarios:

  1. probando a ver si funciona, si es así gracias

    ResponderBorrar
  2. Entré al modo seguro...

    Abrí el .bat

    Y se borró las notificaciones de WGA y OGA.

    Funciona al 100%

    ResponderBorrar
  3. Se me olvido, lo probé en win vista home basic y office 2007 professional.

    ResponderBorrar
  4. Gracias amigo, funciona PERFECTO. Despues de probar varias soluciones fallidas por fin se arreglo. MUCHAS GRACIAS.

    ResponderBorrar
  5. Perfecto amigo, realmente ha sido esta la solucion para mi problema, ya estaba desesperado con ese anuncio cada vez que abria office.

    Saludos.

    ResponderBorrar
  6. Hola, siento ser aguafiestas pero no me ha funcionado, he visto que se han puesto en .bak los archivos del wga y oga pero sigue saliendome la ventanita donde me pide si quiero activar win ahora y no hay manera de iniciar la sesión. Se agradece ayuda. rippipippi@gmail.com

    ResponderBorrar
  7. Esto Sirvio Perfecto! Gracias!
    Al que no le sirvio, seguro que tenias abiertos los programas de Outlook, Internet Explorer y Word? si no no jala... Saludos!

    ResponderBorrar
  8. esta rutina corre en windows XP,

    podria funcionar con

    Windows Vista
    y
    Windows Siete

    saludos cordiales

    ResponderBorrar

El ascenso de Skywalker(2019)

Joker 2019Una película que ha roto a divido a los fans muchos culparán a sus director por querer reparar Los últimos Jedi, no es su culpa al final.

[Leer artículo...]

La Espada del Inmortal (2019

Blade of The Immortal (2019)La historia de Manji, un guerrero samurái sin señor que ha sido condenado con la inmortalidad...

[Leer artículo...]

Kemono Michi: Rise Up (2019)

Kemono Michi: Rise Up (2019)Del autor de Konosuba, Genzo Shibata es un luchador japonés que es transportado a un mundo de fantasía, quien está obsesionado con los seres peludos.

[Leer artículo...]

ELI (2019)de Netflix

ELI (2019)de Netflix Reseña y criticaPelícula lanzada directo a video que nos cuenta una historia que parecería sacada de la Dimensión desconocida.

[Leer artículo...]

  © Cgnauta | CGsign blog | [Ver Licencia de uso] | Matius Lenin, Creative Commons, algunos derechos reservados

Regresar ARRIBA  

Vistas desde Mayo 2009

▼/▲ Archivo del Blog

Visitas totales

Información

IBSN: Internet Blog Serial Number 01-77-94-2008

Esta plantilla es creada y diseñada por Matius Lenin para CGnauta blog. Con Scripts de JQuery bajo licencia GNU/GPL. CGnauta es una marca registrada propiedad de Matius Lenin.