Skip to content

Instantly share code, notes, and snippets.

@nikneem
Last active March 12, 2024 10:58
Show Gist options
  • Save nikneem/0b1794262e922b66151820b97f2237df to your computer and use it in GitHub Desktop.
Save nikneem/0b1794262e922b66151820b97f2237df to your computer and use it in GitHub Desktop.
Install-Script.ps1
winget source reset --force
winget source update
winget install Microsoft.VisualStudioCode --silent --accept-package-agreements --accept-source-agreements
winget install Docker.DockerDesktop --silent --accept-package-agreements --accept-source-agreements
winget install Microsoft.VisualStudio.2022.Enterprise --silent --accept-package-agreements --accept-source-agreements
winget install GitExtensionsTeam.GitExtensions --silent --accept-package-agreements --accept-source-agreements
winget install Microsoft.PowerShell --silent --accept-package-agreements --accept-source-agreements
winget install Microsoft.AzureCLI --silent --accept-package-agreements --accept-source-agreements
winget install JanDeDobbeleer.OhMyPosh --silent --accept-package-agreements --accept-source-agreements
winget install Microsoft.Office --silent --accept-package-agreements --accept-source-agreements
winget install Microsoft.SQLServerManagementStudio --silent --accept-package-agreements --accept-source-agreements
winget install 7zip --source winget --silent
winget install "Microsoft.AzureStorageExplorer" --source winget --silent
winget install "Cosmos DB Studio" --source msstore --silent --accept-package-agreements
winget install "Postman.Postman" --source winget --silent
winget install "Microsoft.AzureStorageEmulator" --source winget --silent
winget install OBSProject.OBSStudio --silent
winget install VideoLAN.VLC --silent
winget install "Axosoft.GitKraken" --silent --accept-package-agreements --accept-source-agreements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment