Tag: Computer Images

  • Fixing WSUS Updates for (improperly) imaged clients

    Create a batch file, (call it whatever you want; ex. fixwsus.bat) Place these lines in the batch file, and run on all machines that have been imaged improperly. reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f cls @echo Triggering detection after resetting WSUS client identity…