Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lucamilan/0403be072bb2bc8bb2926e8c7e69101d to your computer and use it in GitHub Desktop.
Save lucamilan/0403be072bb2bc8bb2926e8c7e69101d to your computer and use it in GitHub Desktop.
BoxStarter list of packages to install on a new windows machine
choco feature enable -n allowGlobalConfirmation
cinst Chocolatey
cinst azcopy
cinst azure-cli
cinst azurepowershell
cinst sql-server-express
cinst sql-server-management-studio
cinst powerbi
cinst sqlsentryplanexplorer
cinst curl
cinst dbatools
cinst python3
cinst microsoft-r-open
cinst docker-cli
cinst docker-desktop
cinst DotNet4.5
cinst DotNet4.5.2
cinst DotNet4.6.1
cinst dotnet4.7.1
cinst dotnetfx
cinst Firefox
cinst foxitreader
cinst glogg
cinst GoogleChrome
cinst jre8
cinst microsoftazurestorageexplorer
cinst ngrok.portable
cinst nodejs.install
cinst notepadplusplus.install
cinst Opera
cinst postman
cinst procexp
cinst putty.portable
cinst R.Studio
cinst Silverlight
cinst sysinternals
cinst typescript
cinst vcredist140
cinst vcredist2010
cinst vcredist2015
cinst vcredist2017
cinst visualstudio-installer
cinst visualstudio2019community
cinst visualstudiocode
cinst vscode-powershell
cinst vscode-csharp
cinst vscode-docker
cinst vscode-mssql
cinst Wget
cinst zoomit
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -Enable-RemoteDesktop
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment