Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save areisler/ef02e67023e02c3a9d0b1713ca39a9b9 to your computer and use it in GitHub Desktop.

Select an option

Save areisler/ef02e67023e02c3a9d0b1713ca39a9b9 to your computer and use it in GitHub Desktop.
My boxstarter - chocolatey script
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
#now some OS feature setup
cinst Microsoft-Hyper-V-All -source windowsFeatures
# Installing some cool software
cinst visualstudio2019professional --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
cinst resharper
cinst vscode
cinst azure-cli
cinst git
cinst github
cinst sql-server-management-studio
cinst 7zip
cinst notepadplusplus
cinst sysinternals
cinst powertoys
cinst notepad2
cinst spotify
cinst adobereader
cinst google-chrome-x64
cinst brave
cinst imageresizerapp
cinst skype
cinst f.lux
cinst sysinternals
cinst obs-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment