Do you have this bug originally?
Windows 11 update issue again
Hey it’s me again, I just uninstalled the new update to windows which is this in the screenshot. And it somehow automatically updated and I was gonna go back to system restore by holding shift while restarting, and as I went to system restore update my otjer previous updates were missing. Is there a way to fix this PLEASE HELP!!!
Windows for home | Windows 11 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
31 answers
Sort by: Most helpful
-
Anonymous
2024-03-04T21:33:43+00:00 It didn’t work for me, sorry for so many messages but I can’t access settings to uninstall this update because of these photos I took and it’s because of the new update)
Copy each line of command to Powershell then press enter (one line at a time)
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
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
-Once done restart the device and check.
Note: If the issue persists, we will run a system repair on the affected device.
Let me know how it goes and I hope that helps.
Bernard