Last active
December 2, 2019 21:26
-
-
Save AndyStewart/68a5eb70a4d4f7af682cd717777bd17d to your computer and use it in GitHub Desktop.
boxstarter
This file contains hidden or 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-WindowsExplorerOptions -EnableShowFileExtensions | |
Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-Server -All | |
cinst python2 | |
cinst git | |
cinst ravendb3 | |
cinst sql-server-2017 | |
cinst sql-server-management-studio | |
cinst visualstudiocode | |
cinst microsoft-build-tools --version 14.0.25420.1 | |
cinst install visualstudio2019professional --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" | |
cinst specflow | |
cinst nuget.commandline | |
Copy-Item 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VisualStudio\v16.0\WebApplications\' "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\WebApplications\" -Recurse -Force | |
Install-Module VSSetup -Scope CurrentUser | |
cinst nodejs.install | |
Add-VpnConnection -Name "VPN10" -ServerAddress "vpn10.bybox.com" -SplitTunneling | |
Add-VpnConnection -Name "VPN4" -ServerAddress "vpn4.bybox.com" -SplitTunneling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to add the windows desktop profile - for unknown reasons