Skip to content

Instantly share code, notes, and snippets.

@AndyStewart
Last active December 2, 2019 21:26
Show Gist options
  • Save AndyStewart/68a5eb70a4d4f7af682cd717777bd17d to your computer and use it in GitHub Desktop.
Save AndyStewart/68a5eb70a4d4f7af682cd717777bd17d to your computer and use it in GitHub Desktop.
boxstarter
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
@AndyStewart
Copy link
Author

Need to add the windows desktop profile - for unknown reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment