Windows Updates from the Command Line

Open a DOS command prompt as Administrator

C:> winget upgrade

It will list all the application where upgrades are available

Here's an example of a single upgrade

C:> winget upgrade Docker.DockerDesktop

Or update everything with the following

C:> winget upgrade --all

Leave a Reply