Jump to content

Recommended Posts

Posted

But the checker program runs on every boot, adding to the bootup time. At least that's the impression I get from what Autoruns reports to me.


Posted (edited)

Hi Men,

I have downloaded the legitcheckcontrol.cab which has 2 archives (legitcheckcontrol.dll "version 1.5.526" and legitcheckcontrol.inf), i wanted to include it in my unattended windows but i hadn´t success because windows update still say me that i need Genuine validation tool (KB892130). i have used it in my RunOnceEx.cmd:

REG ADD %KEY%\033 /V 5 /D "REGSVR32 /S %WinDir%\System32\LegitCheckControl.dll" /f

REG ADD %KEY%\033 /V 6 /D "Rundll32.exe Setupapi.dll,InstallHinfSection DefaultInstall 132 %WinDir%\Inf\LegitCheckControl.inf" /f

How can i include it in my unattended please?

Thanks

Edited by Major
  • 4 months later...
Posted

Is it possible to install KB892130 from a bat file?, as all i can find is installing via other methods...

  • 1 year later...
Posted

I'd like to encourage everyone reading this thread to also check out GUIDE: Download Everything Microsoft, a complete, step-by-step, how-to, which includes all of the most useful information contained in this thread you are currently reading, as well as information on some other closely related items that you should consider integrating into your XPCDs. Much of the linked guide's information has been discussed in other disparate MSFN Forums threads (like this one), but it is all brought together in one place along with new information not covered anywhere else on MSFN.

Guide Topics Include Integrating:

  • Windows Installer 3.1 v2 (3.1.4000.2435) - KB893803
  • Windows Genuine Advantage Notifications - KB905474
  • Windows Update Agent
  • Windows Genuine Advantage Validation Tool ActiveX Control - KB892130 (LegitCheckControl.cab)
  • Office Genuine Advantage Validation Tool ActiveX Control (OGAControl.cab)
  • Windows Update ActiveX Control (wuweb_site.cab)
  • Microsoft Update ActiveX Control (muweb_site.cab)
  • Office Update Installation Engine ActiveX Control (opuc4.cab)
  • Microsoft Update Catalog Internet ActiveX Control (MuCatalogWebControl.cab)

All of the above items are closely interrelated as it they all pertain to downloading Microsoft Software Updates to your Windows XP computer. In fact, many of the above items are so closely intertwined that some will not work correctly without the correct installation of others.

  • 10 months later...
Posted (edited)
unattended install method(somebody say it's children method) :

1.download KB892130

2.extract KB892130 you will have 2 files=LegitCheckControl.msi &Setup.exe

3.REG ADD %KEY%\060 /V 1 /D "%CDROM%\INSTALL\Update\WGA\LegitCheckControl.msi" /f

integrate method(somebody say it's big boy method) :

1.download LegitCheckControl.cab

2.extract LegitCheckControl.cab you will get LegitCheckControl.dll & GWFSPIDGen.dll & LegitCheckControl.inf

3.add LegitCheckControl.dll & GWFSPIDGen.dll into $OEM$\$$\System32\

4.regsvr32.exe /S %SystemRoot%\system32\LegitCheckControl.dll

Two methods run OK

Hiii

I also hear about the Children way and the Big Boy way.

Well, here come the Oldies way . . .

First, i copy my LegitCheckControl.dll file (Ver. 1,7,0069,2) into $OEM$\$$\System32\.

Then in CMDLINES.TXT Running at T-12 and where my RegTweaksfile are i added this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"LegitCheck"=hex(2):52,00,65,00,67,00,53,00,76,00,72,00,33,00,32,00,20,00,2f,\
00,53,00,20,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4c,\
00,65,00,67,00,69,00,74,00,43,00,68,00,65,00,63,00,6b,00,43,00,6f,00,6e,00,\
74,00,72,00,6f,00,6c,00,2e,00,64,00,6c,00,6c,00,00,00

In plain text it says:

RegSvr32 /S %systemroot%\system32\LegitCheckControl.dll

This work fine and the key's {17492023-C23A-453E-A040-C7C580BBF700}

will also be created.

ADDENDUM.

In the same key i also have:

"Remove Users 1"="\"net\" user HelpAssistant /delete"

"Remove Users 2"="\"net\" user Support_388945a0 /delete"

so i can remove the default users in Xp

That's all

Best Regards

Edited by Christine_ts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...