How to Update Windows 10 Using Windows PowerShell

How to Update Windows 10 Using Windows PowerShell

You can update Windows 10 in a number of ways, but one that will ensure you get all available updates immediately is by using Windows PowerShell. This process requires us to enter three commands in PowerShell, and you can copy these commands from the post so you don’t have to enter them manually.

The commands we enter in Windows PowerShell:

  • Install-Module PSWindowsUpdate
  • Get-WindowsUpdate
  • Install-WindowsUpdate

Watch our video tutorial where we show you how to update Windows 10 using Windows PowerShell.

Video transcript:

  1. How to Update Windows 10 Using Windows PowerShell
  2. In this tutorial, we will enter several commands in PowerShell. You can copy all the commands we use from the video description.
  3. In the search box, type powershell
  4. Right-click on the first result obtained and click on Run as administrator
  5. First you need to install the module that will perform the Windows update. You only do this step the first time you update Windows this way.
  6. Type Install-Module PSWindowsUpdate and press Enter on your keyboard
  7. Type Y and press Enter
  8. Type A and press Enter
  9. Type Get-WindowsUpdate and press Enter on your keyboard. This checks for available updates.
  10. Type Install-WindowsUpdate and press Enter on your keyboard. This command starts the update.
  11. Type A and press Enter
  12. When the update is complete, you need to restart your computer. If you want to do it from here, type Y and press Enter on your keyboard.

Rate:

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Share: Share to Facebook to Facebook Share to LinkedIn to LinkedIn Share to Twitter to Twitter

Send: Send to Viber to Viber Send to WhatsApp to WhatsApp Send to Telegram to Telegram Send to Facebook Messenger to Messenger Send to Email to Email

If you enjoyed this article, you might also like...

Leave a Reply

Your email address will not be published. Required fields are marked *