Reset WSUS SID | Windows

Environment
  • Microsoft Windows


Content
Because of new computers set by an backup image, needed to reset WSUS SID.
net stop wuauserv


reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f

reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f

reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f

reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f


net start wuauserv

wuauclt.exe /resetauthorization /detectnow


pause


Reference


Update