- Downoad the update from Microsoft update catalog https://www.catalog.update.microsoft.com/ \\
- Run CMD.exe as administrator\\
- Extract the update using following command:
expand {update name}.msu -f:* C:\temp
- Install the update using the following command:
DISM.exe /Online /Add-Package /PackagePath:C:\temp\{update name}.cab
- You should then receive following message:
The operation completed successfully.
Restart Windows to complete this operation.
Do you want to restart the computer now (Y/N)?
- Enter Y to restart the computer