close

 

IT 備忘錄

公司有架設WSUS server,Client端電腦卻不更新



方法一:

在CMD下執行
wsauclt /detectnow


方法二:

 

在CMD下執行

@echo off
net stop wuauserv
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
del %SystemRoot%\SoftwareDistribution\*.* /S /Q
net start wuauserv
wuauclt /resetauthorization /detectnow
wuauclt.exe /downloadnow
wuauclt.exe /reportnow

erAds 部落格行銷

arrow
arrow
    全站熱搜

    knsm071 發表在 痞客邦 留言(0) 人氣()