Skip to content

Instantly share code, notes, and snippets.

@christiansparre
Last active March 30, 2026 14:49
Show Gist options
  • Select an option

  • Save christiansparre/bf8af83a3420ebcfcae0c84fc3742461 to your computer and use it in GitHub Desktop.

Select an option

Save christiansparre/bf8af83a3420ebcfcae0c84fc3742461 to your computer and use it in GitHub Desktop.
Install winget packages
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