13/10/2025
Update Windows applications with winget
Here’s a quick tip to update your Windows applications using Winget.
If you don’t know this tool winget is the Windows Package Manager available since Windows 10 1809 (build 17763). It works like charm and can get your life waaaaaaayyy easier to keep your system updated.
Basically to update all your Windows applications available through winget you have to open a command prompt as Administrator and launch
winget upgrade --all --silent --accept-source-agreements --accept-package-agreements
If you want to keep some of your applications pinned to a specific version and avoid to update them use
winget pin add <Vendor.Packagename> --blocking
To see the list of pinned packages use
winget pin list
To see the list of your packages use
winget list