WSUS failures - Duplicate SUSClientIDs
2015. 5. 21. 11:15ㆍWindows
WSUS 클라이언트 등록시 중복현상 발생시 해결방법
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
net start wuauserv
wuauclt /resetauthorization /detectnow
'Windows' 카테고리의 다른 글
Starting Outlook and having an email pre-populated from command line (0) | 2015.08.10 |
---|---|
The Mystery of the Missing Process Performance Counter in Perfmon (0) | 2015.06.25 |
How to check SQL Express Edition (0) | 2015.05.11 |
WinSCP Version 4.3.0 접속시 "잘못된 메모리에 접근하였습니다" 라는 오류 발생시 해결방법 (0) | 2014.10.22 |
[팁]터미널세션 원격 로그오프 (0) | 2014.10.16 |