How to check for Windows updates and download/install all needed updates - possible batch?

Ryan Hancock 1 Reputation point
2021-10-19T14:44:02.62+00:00

I have been recently tasked to check many PCs for Windows updates. I don't have much knowledge at all on scripting, so I was wondering if there is a batch file that I can run that will check for updates and then if there are any Windows updates, it will automatically download and install all updates. If there is a way to automate checking all these with a batch file, this will be a HUGE time savor.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,617 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Castorix31 81,721 Reputation points
    2021-10-20T09:23:44.647+00:00

    You can use PowerShell

    For example : How to Use PowerShell to Manage Windows Updates

    1 person found this answer helpful.
    0 comments No comments

  2. Dave Patrick 426.1K Reputation points MVP
    2021-10-19T15:04:39.327+00:00

    Windows updates are now cumulative so you can download the latest SSU, followed by the latest cumulative update to get it current.
    https://support.microsoft.com/en-us/topic/windows-10-update-history-e6058e7c-4116-38f1-b984-4fcacfba5e5d

    you can manual download from the update catalog
    https://www.catalog.update.microsoft.com/

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  3. Limitless Technology 39,351 Reputation points
    2021-10-20T09:10:03.38+00:00

    Hello anonymous user,

    Thank you for your question.
    It's something simple to be done, follow the steps below:

    1) Check the windows 10 version to determine the updates that need to be installed, for that do this action:

    Press the windows button on the keyboard + R and type: winver, after that a small box with some information should appear, one of them is the Version or Build.

    2) After that, access the link below to download the update according to version and Build:

    https://support.microsoft.com/en-us/topic/windows-10-update-history-1b6aac92-bf01-42b5-b158-f80c6d93eb11

    3) After verifying the update, you must download it from the Microsoft catalog through the link below:

    https://www.catalog.update.microsoft.com/Home.aspx

    example update name "KB5006670" just type that KB into the Microsoft Catalog and download the update.


    If the answer is helpful, please vote positively and accept as an answer.

    0 comments No comments