Windows Server 2012 - Updates Pending Restart

SoullessRekkr

New member
Joined
Sep 25, 2020
Posts
1
I have a load balancing server that when the updates are installed are not fully installing. After a reboot the same updates are showing as needed to be installed. In the update history they are showing as Pending Restart.

I have tried doing the following...

Step 1
net stop bits
net stop wuauserv
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net stop cryptSvc
ren C:\Windows\System32\catroot2 catroot2.old

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

Step 2
DISM.exe /Online /Cleanup-image /Restorehealth
DISM.exe /Online /Cleanup-image /StartComponentCleanup

The last update is 9/2019 everything after that is not installing.

I have another server that is exactly the same, however, it is updating correctly.

Any ideas would be appreciated.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top