- Windows 7 Update slow delayed disable problem solution

- 윈도우즈 7 업데이트가 확인 중에서 더 이상 진행되지 않는 문제



https://answers.microsoft.com/en-us/windows/forum/windows8_1-update/windows-update-problem-error-code-80080008/de8114b5-1487-4b31-9b28-f11974718df1?auth=1



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


반응형
Posted by codens