I know it’s been a while, but I finally have something worth blogging about: Fact!
My computer recently downloaded a Microsoft Windows Update called Microsoft Genuine Advantage. Even though I have a perfectly legitimate copy of Office, the advantage software did not like it. Well, I did not like the software telling me what to do, so I took matters into my own hands, hitting the blogs hard to find the answer.
Turns out there are many answers out there, so here’s the short of what I did. You’ll need some medium to semi-advanced computer skills to achieve the win, I think.
This website has a pretty nice walkthough, listed here:
“Step-by-Step Guide to Solve
====================
PART 1 – Uninstall the related update (KB949810)
1. open Command prompt: Start > Run > type “cmd” (without quotes) > press “Enter”
2. paste/ type following command, then press “Enter”:
msiexec.exe /uninstall {B148AB4B-C8FA-474B-B981-F2943C5B5BCD}
* note: a “Microsoft Installer” will popup to uninstall “OGA Notifier” automatically. No user interaction needed.
PART 2 – Kill the Tray Icon
1. open Task Manager (either press Ctrl-Shift-Esc / right click on task bar, select Task Manager)
2. kill “WGATray.exe”
3. go to your Windows system32 folder (default is C:\WINDOWS\system32\)
4. from the menu of the file manager, select Tools > Folder options…
5. select “show hidden files and folders” and uncheck “hide protected system files”
6. locate WGATray.exe and WGALogon.dll
7. rename them to WGATray.old and WGALogon.old
8. open Command Prompt again.
9. type/ paste the following command, then press “Enter”:
regsvr32 %Windir%\system32\LegitCheckControl.dll /u
10. Restart computer
Part 3 – Cleaning up (Optional)
1. delete WGATray.exe, WGALogon.dll and LegitCheckControl.dll from your Windows system32 folder
2. delete registry using Registry Editor (regedit)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\Notify\WgaLogon
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\Notify\WgaLogon
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\removeremove\WgaNotify
After doing the above, you are free from OGA’s annoying message. Yet, you have to manually disable the patch from Automatic Update.”
Now, the problem I ran into was with part one, which was answered in a comment at the bottom of the blog:
“The code {B148AB4B-C8FA-474B-B981-F2943C5B5BCD} is specific to the US-English installation.
For instance Swedish {DB427EF6-F13E-4AA6-9D40-5D962394774F}, and UK-English {B2544A03-10D0-4E5E-BA69-0362FFC20D18}.
To find out what data ID your OGA Notifier uses for your locale you have to:
1. Run: Regedit
2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurentVersion\Uninstall
3. Here you will find several folders with a similar data ID name. Go into each and every one of them and look for the REG_SZ name: [DisplayName]. This should show something like “Office Genuine Advatage…” or “OGA”.
4. Once you find it perform the same steps as described but replace the data ID with your ID. in “PART I”"
Also, another problem was with deleting WGALogon.dll – I found some AMAZING free software here: http://ccollomb.free.fr/unlocker/
This freeware allows you to basically kill the processes that windows is running that are locking up the file, in effect “unlocking” the file that you need to dispose of. Wish I had access to this program a few years ago.
Anyway, I did a bit more noodling around in Regedit and cleaned out some more WGA stuff, and after a quick restart, it was gone. The first restart blue screened my compy out, which worried me, but a second, hard restart yielded satisfactory results.
*NOTE* – If your copy of Office is pirated, I don’t support using this process on it, of course.
Hope this helps.