Fix “Something didn’t go as planned.  No need to worry—undoing changes” in Windows 11

Fix “Something didn’t go as planned. No need to worry—undoing changes” in Windows 11

HomeOther ContentFix “Something didn’t go as planned. No need to worry—undoing changes” in Windows 11
ChannelPublish DateThumbnail & View CountActions
Channel AvatarPublish Date not found Thumbnail
0 Views
Fix “Something didn’t go as planned. No need to worry—undoing changes” in Windows 11.

When you install Windows 11 update you might face this issue. After the system has downloaded an update, you restart your computer to install the update. But the screen displays this message and the update fails.

Repair corrupted files and Windows Update components:

sfc /scannow

dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup

Commands to Reset Windows update cache:

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
net stop msiserver
Del /”%ALLUSERSPROFILE%//Application Data//Microsoft//Network//Downloader//*.*/”
rmdir %systemroot%//SoftwareDistribution /S /Q
rmdir %systemroot%//system32//catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
net start msiserver

Please take the opportunity to connect and share this video with your friends and family if you find it useful.