2012.07.14 00:22
net stop wuauserv
net stop winmgmt
copy %systemroot%softwaredistributionreportingevents.log %homedrive%
del /f /q %systemroot%softwaredistribution*.*
move %homedrive%reportingevents.log %systemroot%softwaredistribution
SET WU_KEY=HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate
reg delete %WU_KEY% /v SusClientID
reg delete %WU_KEY% /v AccountDomainSid
SET WU_KEY=
net start wuauserv
net start winmgmt
gpupdate /force
wuauclt /resetauthorization /detectnow