Skip to content

Instantly share code, notes, and snippets.

@seyerj
Created March 13, 2024 16:08
Show Gist options
  • Save seyerj/56b1974f7cd81cd9d2b3417e8e5cd9b4 to your computer and use it in GitHub Desktop.
Save seyerj/56b1974f7cd81cd9d2b3417e8e5cd9b4 to your computer and use it in GitHub Desktop.
Single line to Update/upgrade all installed Winget and Chocolatey apps
winget upgrade --all --accept-source-agreements --accept-package-agreements ; choco upgrade all -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment