Installation an windows update Stuck on Windows Server 2025 Domain Controller

1️⃣ Boot into DSRM 

bcdedit /set safeboot dsrepair 
shutdown /r /t 0 
 

Log in using DSRM password. 

 

2️⃣ Delete SessionsPending (and related keys) 

Run elevated CMD: 

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending" /f 
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending" /f 
 

Optional but recommended: 

del C:\Windows\WinSxS\pending.xml 
del C:\Windows\WinSxS\cleanup.xml 
 

If files don’t exist → that’s OK. 

 

3️⃣ Exit DSRM 

bcdedit /deletevalue safeboot 
shutdown /r /t 0 
 

 

✅ What should happen next 

After reboot: 

DISM /Online /Cleanup-Image /RestoreHealth 
 

Expected behavior: 

  • Progress moves continuously 
  • No long freeze at 10–20% 
  • CPU activity on TrustedInstaller 

 

 

  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Mehr zum Thema

Change Computer Name

# Prompt user for the new computer name $newComputerName = Read-Host -Prompt 'Enter the new...

How to Properly Rename an Active Directory Domain Controller

At an elevated command prompt, type netdom computername <oldname> /add:<newname>....

The Keep Personal Files And Apps Option Is Greyed Out

Create two folders – one named ISO and another named mount- at the root of your C drive....

No volume is eligible for shadow copies Error

Open the Registry (regedit), and browse to the following key:...