KB5037853 Update Not Installing Error Something Didn't Go As Planned Undoing Changes FIX
The error message "Something Didn't Go As Planned. Undoing Changes" typically appears during the installation of cumulative updates in Windows when the update process encounters an issue that prevents it from completing successfully.
This error triggers a rollback to the previous system state to ensure stability. some of the main causes for this issue are: Integrity Issues with System Files: Corrupt or missing system files can prevent updates from installing correctly. it can also be caused by Pending Updates or Restart Requirements: Other pending updates or a required system restart might interfere with the new update installation.
Link : https://www.microsoft.com/en-us/software-download/windows11
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
》 CHAPTERS 《
00:00 Intro
00:45 Solution 1
02:11 Solution 2
03:18 Solution 3
04:48 Solution 4
09:24 Outro
Copy and Paste this:
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%\System32\catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc