[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,
 
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
 
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
 

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

Back
Top