[SOLVED] Server 2016 Cumulative Updates Rolling Back

Step 1. Try to uninstall KB5011495 with the following command:
Code:
wusa /uninstall /KB:5011495
When you get the message: The update KB..... is not installed on this computer, then perform step 3.

Step 2. FRST REG Search.
1. Open a elevated command prompt and run the following command (to be sure that the COMPONENTS hive is loaded).
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
2. Open FRST64.exe as administrator and perform a registry search for:
Code:
KB5011495
3. Attach SearchReg.txt in your next reply.
 
Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Step 1. Try to uninstall KB5010359 with the following command:
Code:
wusa /uninstall /KB:5010359
When you get the message: The update KB..... is not installed on this computer, then perform step 2.

Step 2. FRST REG Search.
1. Open a elevated command prompt and run the following command (to be sure that the COMPONENTS hive is loaded).
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
2. Open FRST64.exe as administrator and perform a registry search for:
Code:
KB5010359
3. Attach SearchReg.txt in your next reply.
 
The following update is an OOB (Out Of Band) update from January this year.

Step 1. Try to uninstall KB5010790 with the following command:
Code:
wusa /uninstall /KB:5010790
When you get the message: The update KB..... is not installed on this computer, then perform step 2.

Step 2. FRST REG Search.
1. Open a elevated command prompt and run the following command (to be sure that the COMPONENTS hive is loaded).
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
2. Open FRST64.exe as administrator and perform a registry search for:
Code:
KB5010790
3. Attach SearchReg.txt in your next reply.
 
I suspected that, let's take a look at the following LCU...

Step 1. Try to uninstall KB5009546 with the following command:
Code:
wusa /uninstall /KB:5009546
When you get the message: The update KB..... is not installed on this computer, then perform step 2.

Step 2. FRST REG Search.
1. Open a elevated command prompt and run the following command (to be sure that the COMPONENTS hive is loaded).
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
2. Open FRST64.exe as administrator and perform a registry search for:
Code:
KB5009546
3. Attach SearchReg.txt in your next reply.
 
Then the previous update....

Step 1. Try to uninstall KB5010195 with the following command:
Code:
wusa /uninstall /KB:5010195
When you get the message: The update KB..... is not installed on this computer, then perform step 2.

Step 2. FRST REG Search.
1. Open a elevated command prompt and run the following command (to be sure that the COMPONENTS hive is loaded).
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
2. Open FRST64.exe as administrator and perform a registry search for:
Code:
KB5010195
3. Attach SearchReg.txt in your next reply.
 
Please run the following command with DISM:

Click the Start button and in the search box, type Command Prompt
When you see Command Prompt on the list, right-click on it and select Run as administrator.
When command prompt opens, copy and paste the following command and press enter.
Code:
DISM /online /cleanup-image /RestoreHealth
Take a screenshot of the commandprompt window and paste it into your next reply.
 
Great, please try to install the latest SSU (KB5014026) with DISM.

Follow these instructions to install an update with DISM.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into it, and press enter. (Leave the CMD window open!)
Code:
MD C:\WUTemp
  • Now, download the following update (KB5014026) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5014026
  • Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows10.0-kb5014026-x64_df6de35fd472512e628c2acc6e8d58f3e6139ac9.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5014026-x64.cab
  • Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.
 
Great, please try to install the latest LCU (KB5013952) with DISM as well...

Follow these instructions again to install an update with DISM.
  • Now, download the following update (KB5013952) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
  • Downloadlink: KB5013952
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows10.0-kb5013952-x64_c9c29b4a81897db5545e284f04490c0659dc8b06.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5013952-x64.cab

Let me know if it says it was successful or if there are any errors.
 

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

Back
Top