[SOLVED] Server 2019 Standard - Issues installing .NET Framework 4.8 or any Window updates (Cannot find object or property)

Hi,

Please run the following commands in an elevated prompt to see if the highlighted values exist or not.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
reg query HKLM\COMPONENTS

Rich (BB code):
HKEY_LOCAL_MACHINE\COMPONENTS
    StoreFormatVersion    REG_BINARY    30002E0030002E0030002E003600
    StoreArchitecture    REG_BINARY    09000000
    PendingXmlIdentifier    REG_BINARY    37003900300030003400660039003000630064003400300064006100300031003300370031003400300031003000300064003800300031003400300031003600
    ExecutionState    REG_DWORD    0x1
    CorruptionDetectedDuringAcr    REG_SZ
 
This is what appears when I run the command

C:\Users\Administrator>reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
The operation completed successfully.

C:\Users\Administrator>reg query HKLM\COMPONENTS

HKEY_LOCAL_MACHINE\COMPONENTS
StoreFormatVersion REG_BINARY 30002E0030002E0030002E003600
StoreArchitecture REG_BINARY 09000000
PendingXmlIdentifier REG_BINARY 30006100390038003900630034003400390035003400630064006100300031006300630035003800300030003000300062003800320039006400630031003300
ExecutionState REG_DWORD 0x1

HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData
HKEY_LOCAL_MACHINE\COMPONENTS\CCPInterface
HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData
HKEY_LOCAL_MACHINE\COMPONENTS\Drivers
HKEY_LOCAL_MACHINE\COMPONENTS\Installers
HKEY_LOCAL_MACHINE\COMPONENTS\NonCanonicalData
HKEY_LOCAL_MACHINE\COMPONENTS\ServicingStackVersions
 
Rebooted and ran same commands. Shows the following:

C:\Users\Administrator>reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
The operation completed successfully.

C:\Users\Administrator>reg query HKLM\COMPONENTS

HKEY_LOCAL_MACHINE\COMPONENTS
StoreFormatVersion REG_BINARY 30002E0030002E0030002E003600
StoreArchitecture REG_BINARY 09000000
PendingXmlIdentifier REG_BINARY 30006100390038003900630034003400390035003400630064006100300031006300630035003800300030003000300062003800320039006400630031003300
ExecutionState REG_DWORD 0x1

HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData
HKEY_LOCAL_MACHINE\COMPONENTS\CCPInterface
HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData
HKEY_LOCAL_MACHINE\COMPONENTS\Drivers
HKEY_LOCAL_MACHINE\COMPONENTS\Installers
HKEY_LOCAL_MACHINE\COMPONENTS\NonCanonicalData
HKEY_LOCAL_MACHINE\COMPONENTS\ServicingStackVersions
 
Please upload the following file %windir%\winsxs\pending.xml if exists.
 
Open an elevated command prompt, run the following command and attach services.txt to your next post.
Code:
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
 
Please do the following:

Download the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool and save it to your Desktop:

Download the 64 bit version: - Farbar Recovery Scan Tool Link

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

Unfortunately it still has the 0x80070bc2 error
 

Attachments

  • Cumulative Update error.png
    Cumulative Update error.png
    21.6 KB · Views: 0
Hi,

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 (KB5034127) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5034127
  • 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-kb5034127-x64_7ac59afbc502ef9dc77f7584b31110ea0b23a566.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5034127-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.
 
Hi Maxstar,

Ran the commands and it showed successful but after reboot it tries to download and install again. Seems to be in an endless loop.
 

Attachments

  • CMD-Expand1.PNG
    CMD-Expand1.PNG
    185.6 KB · Views: 1
  • WindowsUpdate.PNG
    WindowsUpdate.PNG
    115.9 KB · Views: 1
Let's try something else, please run the following command to install the latest Servicing Stack and post the result.
Code:
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\ssu-17763.5084-x64.cab
 
Completed but I don't see it listed in "Installed Updates"
 

Attachments

  • CMD-Expand2.PNG
    CMD-Expand2.PNG
    106.9 KB · Views: 1
Great, please reboot the server and then try to install KB5034127 again.
 
Shows installation complete but Windows update still tries and download/install and the IB isn't in the "Installed updates" list
 
Hmm, that's odd. Please open Settings > Update & Security > Troubleshoot and run the Windows Update Troubleshooter and post the result.
 

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

Back
Top