Stop Windows from installing updates over and over again

[German]Sometimes Windows update keeps installing the same update over and over again. Here is a fix how to stop that endless update loop.


Advertising

It's mandatory, that Windows still is able to boot up and the user is able to log into the user account.

1. Open an administrative command prompt window (enter cmd in search box, right click the search result and select the context menu command Run as administrator.

2. Enter the commands listed below into the command prompt window and confirm each command with enter.

The first sequence tries to stop several services:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver


Advertising

If a command fails, just ignore it. After stopping the services, try to rename some folders using the commands below.

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old

You can also use Windows Explorer to rename the two folders. This will be more comfortable then using a command prompt window.The goal of this renaming operation is to remove the pending updates. Afterward you can try to re-launch the already stopped services.

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Or try to restart your Windows machine to activate the services again. After successful execution of the commands given above, installing an update over and over again should be ended.  

After ending the update loop, you should fix the root cause. In many cases, at third party system tool like antivirus software is blocking update installation. So uninstall these tools and use a clean tool provided by vendors to remove remaining install files.

System hangs in an update boot loop

If Windows stalls during boot within update installation and you are not able to log into a user account, try the steps given below.

Setup

1. Boot your machine into a Windows PE environment (you may boot from a Windows install media an select the option Repair your computer shown in setup wizard, see Windows 10 hangs with error code 0xc0000034).

2. Test, where the drive hosting the Windows installation is, and rename the folder mentioned above within the Windows PE command prompt window.

Note that Windows RE runs within a RAM disc assigned to drive X: – in most cases, Windows is installed on driver C: or D:.

Similar articles:
Win10 Wiki
Windows 10: Open command prompt window as administrator
Check and repair Windows system files and component store
Activate Build-in Administrator account in Windows – I
Windows 10: Analyze upgrade errors
Uninstalling 'uninstallable' Windows Updates
Windows 7/8.1/10: error side-by-side configuration is incorrect
Windows: Yes button in user account controls is disabled
Windows 10: file system error (-1073741819) – 'extended attributes are inconsistent'


Cookies helps to fund this blog: Cookie settings
Advertising


This entry was posted in issue, Update, Windows and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *