If all else has failed, you can attempt to manually manipulate registry settings to get the client computer to self-update to the WSUS client.
Click Start, and then click Run.
In the Open box, type regedit and then click OK.
In Registry Editor, navigate to the WindowsUpdate key by expanding the following:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\
If the WindowsUpdate key does not exist, do the following:
On the menu, click Edit, point to New, and then click Key.
Type WindowsUpdate as the name for the new key.
Double-click the WUServer setting, type the URL to your WSUS server, and then press ENTER.
If the WUServer setting does not exist, do the following:
On the menu, click Edit, point to New, and then click String Value.
Type WUServer as the setting name.
Double-click the WUStatusServer setting, type the URL to your WSUS server, and then press ENTER.
If the WUStatusServer setting does not exist, do the following:
On the menu, click Edit, point to New, and then click String Value.
Type WUStatusServer as the setting name.
Navigate to the following:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU
If the AU key does not exist, do the following:
On the menu, click Edit, point to New, and then click Key.
Type AU as the name for the new key.
Verify that the UseWUServer setting has a value of 1 (0x1).If it does not, modify it by double-clicking the setting and then changing the value.
If the UseWUServer setting does not exist, do the following:
On the menu, click Edit, point to New, and then click DWORD Value.
Type UseWUServer for the setting name.
Navigate to the following:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
Enable and configure Automatic Updates through Control Panel:
Click Start, click Control Panel, and then double-click Automatic Updates.
In the Automatic Updates dialog box, specify download and installation options, and then click OK. Make sure that Turn off Automatic Updates is not selected.
Ensure that the AUState setting has a value of 2 (0x2). If it does not, modify it by double-clicking and changing the value.
If the LastWaitTimeout setting exists, delete it.
If the DetectionStartTime setting exists, delete it.
At the command prompt, type the following, and then press ENTER to stop the Automatic Updates service:
net stop wuauserv
At the command prompt, type the following, and then press ENTER to restart the Automatic Updates service:
net start wuauserv
Wait approximately 6 to 10 minutes for the self-update to occur.