[SOLVED] Windows 2012 - Will not update

I don't see a cab file, only a zip file but that doesn't contain a cab file either,
 
I don't see any problems with .NET 4.8
 
Despite the machine being fully up to date, there is an issue with .net somewhere as our patch manager says there are lots of outstanding updates:

1732110644273.webp
 
What is the complete errorcode shown above in red ?
 
Lets try to install one of the updates manually.

Install Update with DISM
  1. Download the update MSU here: https://catalog.s.download.windowsu..._9f4bba71fac9d2e2558433925a99f61e52905d3b.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp
    replace C:\temp with your path if different

    expand windows8-rt-kb4495623-x64_9f4bba71fac9d2e2558433925a99f61e52905d3b.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows8-rt-kb4495623-x64.cab

  6. You should receive the message:
    The operation completed successfully.
    Make sure to allow the computer to restart if prompted.
  7. If you receive any other message:
    Post a screenshot of the Commandprompt window.
    Zip and attach the file C:\Windows\Logs\CBS\CBS.log
 
Great. Install following update.

Install Update with DISM
  1. Download the update MSU here: https://catalog.s.download.windowsu..._49c303da183087237f8aa69059e4986f4b65044c.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp
    replace C:\temp with your path if different

    expand windows8-rt-kb4506954-x64_49c303da183087237f8aa69059e4986f4b65044c.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows8-rt-kb4506954-x64.cab

  6. You should receive the message:
    The operation completed successfully.
    Make sure to allow the computer to restart if prompted.
  7. If you receive any other message:
    Post a screenshot of the Commandprompt window.
    Zip and attach the file C:\Windows\Logs\CBS\CBS.log
 
Great. Any remaining issues ?
 
Ok.
Follow the instructions below to cleanup the tools and logfiles used in this thread.
Rename the file FRST64.exe to uninstall.exe and run it. This will remove all files and folders created by FRST and the tool itself.
Reboot the machine to complete.
You may remove all other tools and log files.

Take care.
 

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

Back
Top