To resolve this issue, use one of the following methods.
Method 1: Change the Registry
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
- Click Start, click Run,
type cmd in the Open box, and then
click OK.
- At the command prompt, type net stop
wuauserv, and then press ENTER.
- Click Start, click Run,
type regedit in the Open box, and then
click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
- In the details pane of Registry Editor, delete the following
registry entries:
- PingID
- AccountDomainSid
- SusClientId
- SusClientIDValidation
Note Windows Update Agent 3.0 adds the SusClientIDValidation value. This value was released in May 2007. The other registry entries exist in both Windows Update Agent 2.0 and in Windows Update Agent 3.0. - Exit Registry Editor.
- At the command prompt, type net start
wuauserv, and then press ENTER.
- At the command prompt, type wuauclt.exe
/resetauthorization /detectnow, and then press ENTER.
- Wait 10 minutes for a detection cycle to finish.
- Start the WSUS console to make sure that the clients appear
in the WSUS console.
Method 2: Use the Sysprep.inf file
If you already have a file that is named Sysprep.inf in the same folder as Sysprep.exe, follow these steps.
Note To resolve this problem, these steps must be applied before you generalize the image.
- Double-click Sysprep.inf to open the file in Notepad.
- Scroll down to find the [GuiRunOnce] section.
Note If a [GuiRunOnce] section does not exist, create it by typing it at the end of Sysprep.inf file. - Underneath [GuiRunOnce], type the following text.
Note These new commands are listed as "Command0" through "Command3." These designations are correct only if the [GuiRunOnce] section currently contains no commands. If there are already commands underneath [GuiRunOnce], change the �Commandx� entries in the new commands so that they begin with the next sequential number. For example, if the section already contains five commands that are listed as "Command0" through "Command4," number these new commands as "Command5" through "Command8." - Command0=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f�
- Command1=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f�
- Command2=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f�
- Command3=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f�
- On the File menu, click Save.
- On the File menu, click Exit.
Method 3: Create a Sysprep.inf file if you do not have the file
If you do not have a file that is named Sysprep.inf in the same folder as Sysprep.exe, follow these steps to create the file.
Note To resolve this problem, these steps must be applied before you generalize the image.
- Click Start, point to All Programs, click Accessories, and then click Notepad.
- Type the following text:
[GuiRunOnce]
Command0=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f�
Command1=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f�
Command2=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f�
Command3=�reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f�
- On the File menu, click Save.
- Locate the directory in which the Sysprep.exe file is located.
- Type Sysprep.inf in the File name box.
- Select All Files in the Save as type box.
- Click Save.
- On the File menu, click Exit.