3

Some time ago my Windows XP workstations started to show "Windows Genuine Advantage Notification Installer" popup every time I login as an administrator. How to get rid of it using a script? I know that I have a genuine Windows.

Tometzky
  • 2,649
  • 4
  • 26
  • 32

4 Answers4

3

I've found the following solution. This popup was shown by Windows Scheduler in a job named WGASetup. I just needed to get rid of it.

It would be easy to delete this job, but I think Windows Update, in its helpfulness would recreate it. I needed to disable this job. It is fairy easy to do using job properties window but not so easy using a script.

I've googled a bit and found this program: ftp://ftp.microsoft.com/ResKit/win2000/jt.zip

The batch file looks like this:

jt.exe /lj %windir%\Tasks\WGASetup.job /sj Suspend=1
Tometzky
  • 2,649
  • 4
  • 26
  • 32
1

You need to make some changes in registry editor on following key..

HKEY_LOCAL_MACHINE\SOFTWARE\MicrosoftWindows NT\CurrentVersion\Winlogon\Notify

and you can easily remove Windows Genuine Notification without validation.

Vrsay
  • 1
  • 1
1

Actually, if you have a genuine windows, who care about the notifier. Just let him install himself, He'll do his job of checking your genuiness and then you problem will be solved... You'll never heard about him anymore after...

Marc-Andre R.
  • 2,189
  • 2
  • 21
  • 21
0

click "start" ,"Search", "for files and folders". Search for "WGA" and delete the prefetch, task, and everything under the system 32 folder- that is the folder that windows update stored the files in the 1st place. That should get rid of the "windows genuine advantage notification installer". Hope this helps.