Tuesday, November 3, 2009

Office 2007 - make it genuine without patch ...

This worked for me, it was mentioned earlier by another poster, thanks to whoever coded all this. (just make a text file and then insert the code below and then rename the text file to KILLOGA.BAT then run the killoga.bat file that you just made!! have fun)

::::CODE::::

@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\CurrentVersion\Uninstall\WgaNotify] >> "Kill Genuine.reg" echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\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%\Windows Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Windows Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Office Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Office Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Application Data\Office Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Application Data\Office Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Dati applicazioni\Office Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Dati applicazioni\Office 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%\Windows Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Office Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Application Data\Office Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Dati applicazioni\Office 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 errorgoto end
:error echo WgaLogon.dll and/or OGAAddin.dll cannot be deleted, restart the pc and re-run this batch.
:end pause > nul

Now copy this code and paste your text file and save it "killoga.bat" file and run this file.
Enjoy the original "OFFICE XP" .