Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dewdad/4835d5d8b1d9dd4cddff9b0bf7c4ecbe to your computer and use it in GitHub Desktop.
Save dewdad/4835d5d8b1d9dd4cddff9b0bf7c4ecbe 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