Monday 12 June 2017

How to install updates through CMD


Open Command Prompt as Administrator.



To install an .msu update package, run Wusa.exe together with the full path of the file.

For example, if the windows10.0-kb4020821-x64_f864406d91f9c5ded327a3690c3ff000248f9eab.msu file is in the C:\Users\V!kaS\Downloads folder, type the following command at a command prompt to install the update package:

wusa.exe C:\Users\V!kaS\Downloads\windows10.0-kb4020821-x64_f864406d91f9c5ded327a3690c3ff000248f9eab.msu


                                                                  Download
To run Wusa.exe in quiet mode without user interaction, use the /quiet switch. When the tool runs in quiet mode, it runs without user interaction. The computer restarts if it is required.

For example, if the windows10.0-kb4020821-x64_f864406d91f9c5ded327a3690c3ff000248f9eab.msu file is in the C:\Users\V!kaS\Downloads folder, type the following command at a command prompt to install the update package without user interaction:

wusa.exe C:\Users\V!kaS\Downloads\windows10.0-kb4020821-x64_f864406d91f9c5ded327a3690c3ff000248f9eab.msu /quiet

Note: When you use this switch, the Microsoft Software License Terms do not appear.



To prevent Wusa.exe from restarting the computer, use the /norestart switch. The /norestart switch is ignored if the /quiet switch is not present. If you run Wusa.exe together with these two switches, you must manually restart the operating system after the installation is complete if the installation requires that you restart the computer.

For example, if the windows10.0-kb4020821-x64_f864406d91f9c5ded327a3690c3ff000248f9eab.msu file is in the C:\Users\V!kaS\Downloads folder, type the following command at a command prompt to install the update package:

wusa.exe C:\Users\V!kaS\Downloads\windows10.0-kb4020821-x64_f864406d91f9c5ded327a3690c3ff000248f9eab.msu /quiet /norestart



No comments:

Donate