Hi,
I am trying to execute the below batch file remotely to several computers and couldn't get it to work. Below is the actual batch file. Thanks
--------------------------
net stop wuauserv
rd c:\windows\softwaredistribution /s /q
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v AccountDomainSid /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v PingID /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v SusClientId /f
cls
net stop wuauserv
net start wuauserv
wuauclt /resetauthorization /detectnow
I am trying to execute the below batch file remotely to several computers and couldn't get it to work. Below is the actual batch file. Thanks
--------------------------
net stop wuauserv
rd c:\windows\softwaredistribution /s /q
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v AccountDomainSid /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v PingID /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v SusClientId /f
cls
net stop wuauserv
net start wuauserv
wuauclt /resetauthorization /detectnow
Comment