net stop wuauserv
CD %Windir%
CD SoftwareDistribution
FOR /D %%p IN ("*") DO rmdir "%%p" /s /q
net start wuauserv
記得用ADMIN去執行
App推介:
個人在IT路上碰到的奇怪問題,希望能幫其他人。
net stop wuauserv
CD %Windir%
CD SoftwareDistribution
FOR /D %%p IN ("*") DO rmdir "%%p" /s /q
net start wuauserv