Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    Do they share services with Facebook? Facebook had a pretty bad outage today, likely part of a broader outage.
     
  2. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
  4. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,006
    122
    90
    #10484 Windows 10 User, Sep 10, 2020
    Last edited: Sep 10, 2020
    .
     
  5. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    I have a customer on Windows 10 20H2 but this update will never install KB4571756

    I googled the issue and many are having issues with it. Other customers though had it installed just fine I don't know whats going on. I tried the DISM restore / check health commands and everything is ok.

    Is there a way to completely wipe/reset the Windows update components on his laptop so he can maybe install it? all his drivers are up to date by the way.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
  7. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
  8. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,731
    60
    quick way to reset WU press Win+X -> Command Prompt (Admin) or Powershell (Admin) and enter:
    Code:
    echo .
    taskkill /t /f /im trustedinstaller.exe /im tiworker.exe /im wuauclt.exe /im sihclient.exe /im usoclient.exe /im mousocoreworker.exe
    bitsadmin /reset /allusers
    net1 stop wuauserv
    net1 stop bits
    net1 stop cryptsvc
    cmd /c rd /s /q "%SystemRoot%\system32\catroot2"
    cmd /c rd /s /q "%SystemRoot%\SoftwareDistribution"
    net1 start cryptsvc
    net1 start bits
    net1 start wuauserv
    echo .
    
    Sometimes wuauserv remains in limbo and cannot restart, so enter the same commands one more time, it usually fixes it.
    Won't fix broken/blocked WU by various software and scripts, in that case you need an in-place-upgrade like Enthousiast mentioned
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    C:\ProgramData\USOPrivate\UpdateStore <- isn't this also involved on newer Windows 10 builds?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
    Maybe sharing the cbs log will enable people like @abbodi1406 to help you.
     
  12. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
    Did you do the inplace upgrade using the 19041.508 ISO when you successfully uninstalled the 20H2 EP?
     
  14. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    oh no, could you please explain and perhaps link me to that ISO?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    800
    490
    30
    Enthousiast, you really did a good job of steering Spartan in the right direction about this issue. I have uninstalled the EP several times, and performed in-place upgrades after that, and it has worked every time!