Last active
March 30, 2026 14:49
-
-
Save christiansparre/bf8af83a3420ebcfcae0c84fc3742461 to your computer and use it in GitHub Desktop.
Install winget packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| winget install -h -e --id Google.Chrome --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id Microsoft.PowerShell --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id Microsoft.VisualStudioCode --force --accept-package-agreements --accept-source-agreements --override '/VERYSILENT /SP- /MERGETASKS="!runcode,!desktopicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"' | |
| winget install -h -e --id Git.Git --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id GitExtensionsTeam.GitExtensions --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id GitHub.GitHubDesktop --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id Microsoft.AzureCLI --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id 7zip.7zip --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id Microsoft.PowerToys --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id Microsoft.AzureStorageExplorer --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id LINQPad.LINQPad.9 --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id NordSecurity.NordVPN --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id VideoLAN.VLC --accept-package-agreements --accept-source-agreements | |
| winget install -h -e --id Spotify.Spotify --accept-package-agreements --accept-source-agreements |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment