Home > Guides > Force WSUS Check-In for Windows XP and Windows 2000

Force WSUS Check-In for Windows XP and Windows 2000

Put the following into a .bat file and run

wsus.bat:
secedit /refreshpolicy machine_policy /enforce
gpupdate
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate /v AccountDomainSid /f
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate /v PingID /f
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate /v SusClientId /f
cls
@echo Triggering detection after resetting WSUS client identity
net stop wuauserv
net start wuauserv
wuauclt /resetauthorization /detectnow

Related Posts Plugin for WordPress, Blogger...
  1. No comments yet.
  1. No trackbacks yet.