- Windows 7 Update slow delayed disable problem solution
- 윈도우즈 7 업데이트가 확인 중에서 더 이상 진행되지 않는 문제 
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
pause
//=========================
// 위 방법으로 안되면
* 윈도우 업데이트 문제 해결사 다운로드후 실행
    Windows 7 : http://aka.ms/diag_wu
    Windows 10 : https://aka.ms/wudiag
//=========================
//참고
* KB3172605 : July 2016 update rollup for Windows 7 SP1 and Windows Server 2008 R2 SP1 
https://support.microsoft.com/en-us/kb/3172605
    KB3161608 의 Update
    KB3172614 는 Windows 8.1 용
//참고
http://www.infoworld.com/article/3099109/microsoft-windows/microsoft-yanks-buggy-speed-up-patch-kb-3161608-replaces-it-with-kb-3172605-and-3172614.html
//==================================
    - 업데이트를 수동으로 설치한다
    - 재부팅후 설치 -> 재부팅
    ==> 테스트 결과 : 아래의 KB3050265, KB3102810 는 소용없음
* KB3050265  : Windows Update Client for Windows 7 (2015-06-02)
https://support.microsoft.com/en-us/kb/3050265
    그룹정책 추가 : 윈도우10으로 업그레이드 막기
        Configuration > Policies > Administrative Templates > Windows Components > Windows Update
64bit 용
* KB3102810 : Installing and searching for updates is slow and high CPU usage occurs in Windows 7 (2015-11-03)
https://support.microsoft.com/en-us/kb/3102810
    - Windows 10으로 업그레이드 할때 CPU사용률이 100%가 되는 문제도 해결
64bit 용
//================================================
윈도우 7 업데이트 팩 (2016.05.16 발표)
    - Microsoft 공식 배포 Windows 7 sp1 이후 Update Pack (일괄 업데이트)
* KB3125574 (2016.05.16)
Convenience rollup update for Windows 7 SP1 and Windows Server 2008 R2 SP1 
https://support.microsoft.com/en-us/kb/3125574
    - 다운로드
http://catalog.update.microsoft.com/v7/site/search.aspx?q=kb3125574
//참고
KB3020369
April 2015 servicing stack update for Windows 7 and Windows Server 2008 R2 
https://support.microsoft.com/en-us/kb/3020369
'Tips' 카테고리의 다른 글
| 작업 관리자 자동 실행 시키기 (3) | 2017.01.12 | 
|---|---|
| 제어판으로 프로그램이 제거가 안될때 해결법 (0) | 2016.11.23 | 
| [게임] 월드 오브 워크래프트(와우) 매뉴얼 정리 (1) | 2016.10.31 | 
| 명령행에서 프로그램 제거하기 (0) | 2016.09.25 | 
| TiWorker.exe CPU 사용률 문제 (1) | 2016.09.18 | 



