Last active
September 18, 2022 09:24
-
-
Save jadeiss/6e003b6a6c8ff525e333938974d5ca8a to your computer and use it in GitHub Desktop.
Winget Powershell script for basic windows 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 --id=Apple.iTunes -e; winget install --id=Notion.Notion -e; winget install --id=Discord.Discord -e; winget install --id=Postman.Postman -e; winget install --id=7zip.7zip -e; winget install --id=Docker.DockerDesktop -e; winget install --id=TechSmith.Snagit -e; winget install --id=Microsoft.VisualStudioCode -e --override '/SILENT /mergetasks="!runcode,addcontextmenufiles,addcontextmenufolders"'; winget install AgileBits.1Password -e; winget install --id Git.Git -e --source winget; winget install --id Microsoft.PowerShell -e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment