My favorite windows command!
John Savill's Technical Training highlights a handy Windows Package Manager (WinGet) one-liner for bulk-upgrading apps from an elevated Command Prompt.
Overview
The video focuses on using WinGet to upgrade all applications in one go from an elevated Command Prompt.
Command shown
powershell winget upgrade –all –include-unknown –accept-package-agreements –accept-source-agreements –silent
What the flags do (as used here)
upgrade: runs the upgrade operation--all: targets all upgradable packages--include-unknown: includes packages with unknown versions--accept-package-agreements: auto-accepts package license agreements--accept-source-agreements: auto-accepts source agreements--silent: attempts to run upgrades without interactive prompts