2009. 1. 14. 15:30 Windows/System
소프트웨어 동기화(Software Sync) 오류
Event Source: Windows Update Agent
Event Category: Software Sync
Event ID: 16
Update Agent 재설치 관련 사이트
http://msmvps.com/blogs/athif/archive/2006/04/05/Re-Installing-WUA.aspx
"Install is not needed since windows update agent is already installed."
(Windows 업데이트 에이전트가 이미 설치되었으므로 설치할 필요가 없다.)는 메시지를 받을 경우
강제적으로 설치하기 위해서는 "/wuforce" 옵션을 준다.
예)
"WindowsUpdateAgent20-x86.exe /wuforce"
다음과 같은 메시지를 받는다면,
Windows Update now reports: Error number: 0×80245003
다음의 순서를 따라하라.
1. 시작 -> 실행 후 cmd 입력후 엔터. net stop WuAuServ
2. 시작 -> 실행 후 %windir% 입력후 엔터
3. 열린 폴더에서 "SoftwareDistribution" 폴더를 "SoftwareDistribution.old"로 변경
4. 시작 -> 실행 후 cmd 입력후 엔터. net stop WuAuServ
5. 인터넷 옵션을 열고 일반탭의 임시 인터넷 파일의 설정을 선택.
6. 개체 보기 클릭
7. WuWebControl class에서 오른마우스 클릭 후 제거 선택
8. MuWebControl class에서 오른마우스 클릭 후 제거 선택
9. c:\windows\system32\wuweb.dll 파일을 wuweb.dll.old로 변경
10. c:\windows\system32\muweb.dll 파일을 muweb.dll.old로 변경
이후 Windows Update 실행
출처 : http://www.jasonslater.co.uk/2007/04/13/windows-update-agent-error/