Skip to content

Instantly share code, notes, and snippets.

@SubhanRaj
Last active December 18, 2023 19:21
Show Gist options
  • Save SubhanRaj/befe959daca0705a958435dba0d84fc1 to your computer and use it in GitHub Desktop.
Save SubhanRaj/befe959daca0705a958435dba0d84fc1 to your computer and use it in GitHub Desktop.
Upgrade all Microsoft Windows programs & packages using Winget

Upgrade all Windows Programs & Packages using Winget

Note

Works only in Windows 10 & 11 with Winget

You can check for avaliable software updates using following command

winget update

By opening a new terminal window or powershell, and entering following command will let you update all the avaliable software and packages on windows using just a single command

winget upgrade --all --accept-package-agreements --accept-source-agreements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment