The ultimate toolkit for Windows software management.
Quickly scan your system for any applications that need an update.
winget upgrade
Update every app on your PC at once. No prompts, no clicking "Next".
winget upgrade --all --silent --accept-package-agreements --accept-source-agreements
Forces updates on unknown versions. Use this to fix apps that won't update normally.
winget upgrade --all --silent --force --include-unknown --accept-package-agreements --accept-source-agreements
Find the exact ID for any software in the repository (e.g. Chrome, Steam, VLC).
winget search [app_name]
Generates a master list of every application currently installed on your computer.
winget list
Saves all your apps to a file. Perfect for setting up a new PC in minutes.
winget export -o my_apps.json