failure configuring windows 7 updates reverting changes loop

Discussion in 'Windows 7' started by ccrqc357, Jul 15, 2022.

  1. ccrqc357

    ccrqc357 MDL Member

    Feb 28, 2017
    234
    24
    10
    I just installed Windows 7 on my Ryzen 3 1200 system with bypassESU and Im getting this error every time I boot up and I'll have to wait for like 10 minutes to install the update fail and then revert changes loop .
    Any help? How can I determine which update causese this?
     
  2. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,316
    7,023
    210
    If you have a stuck update (or multiple), boot from the Win7 install media. Start the command line and check which drive letter contains your Windows installation. Use DISM to revert the failing update(s).

    Code:
    DISM.exe /Image:<location of the Windows installation> /Cleanup-Image /RevertPendingActions
    Reboot. That should break out of the loop.