A Windows 2000-based or Windows XP-based computer that was set up by using a Windows 2000 or Windows XP image does not appear in the Windows Server Update Services (WSUS) console (903262)



The information in this article applies to:

  • Microsoft Windows XP Service Pack 2, when used with:
    • Microsoft Windows XP Professional
    • Microsoft Windows XP Tablet PC Edition
    • Microsoft Windows XP Home Edition
    • Microsoft Windows XP Media Center Edition
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Professional
  • Microsoft Windows 2000 Advanced Server

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry

SYMPTOMS

A Microsoft Windows 2000-based or Microsoft XP-based computer does not appear in the Windows Server Update Services (WSUS) console. This symptom occurs if the Windows 2000-based or WWindows XP-based computer was set up by using a Windows 2000 or Windows XP image. This symptom only occurs if the image was not created by Sysprep or other unique SID-generating technology.

CAUSE

This behavior occurs because the imaged clients may have a duplicate SusClientID value in the registry.

RESOLUTION

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To resolve this issue, follow these steps on the Windows 2000-based or Windows XP-based computer was set up by using a Windows 2000 or Windows XP image:
  1. Click Start, click Run, type cmd in the Open box, and then click OK.
  2. At the command prompt, type net stop wuauserv, and then press ENTER.
  3. Click Start, click Run, type regedit in the Open box, and then click OK.
  4. Locate and then click the following registry subkey:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate

  5. In the right pane of Registry Editor, delete the following registry entries:
    • PingID
    • AccountDomainSid
    • SusClientId
  6. Quit Registry Editor.
  7. At the command prompt, type net start wuauserv, and then press ENTER.
  8. At the command prompt, type wuauclt.exe /resetauthorization /detectnow, and then press ENTER.
  9. Wait 10 minutes for a detection cycle to finish.
  10. Start the WSUS console to make sure that the clients appear in the WSUS console.

MORE INFORMATION

The first Windows 2000-based or Windows XP-based computer that was set up by using a Windows 2000 or Windows XP image appears in the WSUS console. However, subsequent Windows 2000-based or Windows XP-based computers that were set up by using the same Windows 2000 or Windows XP image do not appear. This symptom occurs because the first Windows 2000-based or Windows XP-based computer that was set up by using a Windows 2000 or Windows XP image is using the same SusClientID value. After you follow the steps that are described in the "Resolution" section, a new SusClientID value is created.Additionally, subsequent Windows 2000-based or Windows XP-based computers that were set up by using the same Windows 2000 or Windows XP image appear in the WSUS console.

Modification Type:MinorLast Reviewed:3/9/2006
Keywords:kbDeployment kbtshoot kbprb KB903262 kbAudEndUser