Last active
August 2, 2023 21:24
-
-
Save joslat/4bc82c9da1d8d5a0054426612944414e to your computer and use it in GitHub Desktop.
My boxstarter - chocolatey script
This file contains 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
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