Skip to main content
rashid lab
CAPTCHA
Image CAPTCHA
Get new captcha!
Enter the characters shown in the image.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Main navigation

  • Home
  • About Us
  • Knowledge Base
    • Never Stop Learning!
    • Safer Internet
    • Vulnerabilities
  • Contact
CAPTCHA
Image CAPTCHA
Get new captcha!
Enter the characters shown in the image.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
User account menu
  • Log in

Breadcrumb

  1. Home

PowerShell command to install Windows update

By rashid, 17 April, 2025

Windows PowerShell command to install Windows update. First install the PSWinsowsUpdate module by executing the following command.

Install-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate

To initiate and install Windows updates using command prompt, open an elevated command prompt, run wuauclt /detectnow to check for updates, and then wuauclt /updatenow to install them.

You can also use Windows Command Prompt to pause the Windows Update Service. First run CMD as Administrator. The execute the following command.
Net stop wuauserv
To Start the Windows Update Service.
Net start wuauserv

Tags

  • windows
  • Log in to post comments

Comments


Never Stop Learning

RSS feed