Winget commands needed to list software that require upgrade then install as necessary for one or all software packages.
The winget command line utility enables installing applications and other packages from the command line. You will need to run the commands with administrator privliges.
- Press Win+R and type CMD, then press CRTL+Shift+Enter for administrator privileges
- To list all software packages installed on your computer:
winget list - If you want to see all software packages that have upgrades available:
winget list --upgrade-available - To upgrade all software pakacges in the list:
winget upgrade --all - In order to upgrade a UNIQUE software package in the list of upgrades:
winget upgrade --name NAME
or
winget upgrade --id ID
Where NAME or ID is provided by the command upgrades-available above.
WARNING: Have fun with these commands but remember, these commands can cause damage to your PC if not used correctly, Pease use at your own risk.
0 comments