[SOLVED] Windows 7 can not install updates

Install Update with DISM
  1. Download the update MSU here: https://catalog.s.download.windowsu..._9adc2154ff84511c2dd3aeebab9594999b5c7297.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 windows6.1-kb5013637-x64_9adc2154ff84511c2dd3aeebab9594999b5c7297.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb5013637-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
 
Install Update with DISM
  1. Download the update MSU here: https://catalog.s.download.windowsu..._9df527e79d8854a4ed1b8fe26c2a66bca7d6b8da.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 windows6.1-kb5020861-x64_9df527e79d8854a4ed1b8fe26c2a66bca7d6b8da.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb5020861-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
 
Open an elevated command prompt.
Copy and paste the following commands into it, press enter after each.
Code:
sfc /scannow
Wait for this to finish before you continue

Code:
copy %windir%\Logs\CBS\cbs.log "%userprofile%\Desktop\cbs.txt"
This will create a file, cbs.txt on your Desktop. Zip this file and attach the zipped cbs.txt to your next post.
 
Open an elevated command prompt.
Copy and paste the command slmgr /dlv into it, then press enter.
A window called "Windows Script Host" will show up. Please note that this may a while.
Provide a screenshot of that window.
 
Please translate the error at the red arrow:

b10.jpg
 
Step 1:
Which antivirus product is installed ?

Step 2:
1. Click the Start button and then type cmd in the search box. Right-click on cmd that comes up in the search results and select Run as administrator.
2. A User Account Control dialog may come up asking for approval. If it does go ahead and allow.
3. A command prompt window will open. Copy and paste the following into the command-prompt and hit enter.
wmic service get name,displayname,pathname,startmode,exitcode > "%USERPROFILE%\desktop\services.txt"
4. After the command runs there will be a file on your desktop named services.txt.
5. Attach this file to your next reply.
 
Warning: This script was written specifically for this user, for use on that particular machine. Do not run this script on another machine.
  1. Download the attachment fixlist.txt and save it to your desktop.
  2. Right-click on FRST64.exe and select "Run as administrator".
  3. Press the Fix button.
  4. The tool will now process fixlist.txt.
  5. If for some reason the tool needs a restart, please make sure you let the system restart normally. After that let the tool complete its run.
  6. When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  7. Attach the logfile Fixlog.txt to your next reply.
 

Attachments

Unfortunately, I'm working with this pc through teamviewer - and I cann't perform clean boot remotely.
 
The owner cannot perform the clean-boot instructions ?
 

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

Back
Top