Hello everyone, I'm new to kix start and I was wondering if I could get some help... I have a problem with computers on our network that weren't syspreped, and they won't register with our WSUS server properly. I have found the following script which fixes the issue, but it's a .bat file i think. What I need to do is authenticate as a domain administrator, and then make the following changes....all quiet to the regular domain users.

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
net stop wuauserv
net start wuauserv
wuauclt /resetauthorization /detectnow

So far all i have is how to delete the registry keys.... Have no idea about authenticating as a domain admin...