[TUT] How to Remove Office Genuine Advantage Notifier - Printable Version +- howtothings.co.uk (https://www.howtothings.co.uk) +-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4) +--- Forum: Operating System and Software Support (https://www.howtothings.co.uk/forumdisplay.php?fid=17) +--- Thread: [TUT] How to Remove Office Genuine Advantage Notifier (/showthread.php?tid=1235) |
[TUT] How to Remove Office Genuine Advantage Notifier - Mark - 07-05-2012 How to Remove Office Genuine Advantage Notifier 1) Open an elevated command prompt 2) Type the following in to a command prompt one at a time. A) MsiExec /X {049F2E8F-D5EC-4133-87FA-8E94837D8D0C} /QN /NORESTART ALLUSERS=1 B) MsiExec /X {B148AB4B-C8FA-474B-B981-F2943C5B5BCD} /QN /NORESTART ALLUSERS=1 C) MsiExec /X {DB427EF6-F13E-4AA6-9D40-5D962394774F} /QN /NORESTART ALLUSERS=1 D) MsiExec /X {B2544A03-10D0-4E5E-BA69-0362FFC20D18} /QN /NORESTART ALLUSERS=1 E) REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Word\Addins\OGAAddin.Connect /f F) REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\OGAAddin.Connect /f G) REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Powerpoint\Addins\OGAAddin.Connect /f H) REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\OGAAddin.Connect /f I) DEL %SystemDrive%\Windows\System32\OGAVerify.exe J) DEL %SystemDrive%\Windows\System32\OGAEXEC.exe K) DEL %SystemDrive%\Windows\System32\OGAAddin.dll L) DEL %SystemDrive%\Windows\System32\OGACheckControl.dll RE: [TUT] How to Remove Office Genuine Advantage Notifier - latch - 07-05-2012 Or you could use linux. RE: [TUT] How to Remove Office Genuine Advantage Notifier - Pack3t SynAck3r - 10-05-2012 (07-05-2012, 10:43 PM)latch Wrote: Or you could use linux. FTW |