Update All Apps on Windows OS

Here is a quick Pro tip on how you can update all applications on a Windows machines with two simple commands.

OPTION 1:

1. Click on the “START” button and type “CMD” and choose “RUN AS ADMINISTRATOR

2. Type WINGET UPGRADE
This will list all your applications, their current version, and available versions.

3. Now Upgade all outdated applications by typing WINGET UPGRADE –ALL
You’ll start to see the update process run for all your applications.

OPTION 2:

PowerShell Script

Here is a PowerShell script that consolidates the previously listed commands. This script can be utilized for deployment via your RMM tool.
NOTE: requires elevated privileges

Download PowerShell script here