Skip to content

Instantly share code, notes, and snippets.

@JayBazuzi
Last active February 4, 2017 20:07
Show Gist options
  • Save JayBazuzi/47efd86ca7d5561ee201 to your computer and use it in GitHub Desktop.
Save JayBazuzi/47efd86ca7d5561ee201 to your computer and use it in GitHub Desktop.
Boxstarter Script
Set-CornerNavigationOptions -EnableUpperRightCornerShowCharms -EnableUpperLeftCornerSwitchApps -EnableUsePowerShellOnWinX
Update-ExecutionPolicy RemoteSigned
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Enable-RemoteDesktop
Install-WindowsUpdate -acceptEula
#cinst sublimetext3 sublimetext3.packagecontrol
#cinst 7zip
cinst googlechrome
#cinst github
#cinst git-credential-manager-for-windows
#cinst visualstudio2015enterprise
#Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe"
cinst dotpeek
#cinst resharper
#cinst ncrunch-vs2015
#cinst Microsoft-Hyper-V-All -source windowsFeatures
#cinst IIS-WebServerRole -source windowsfeatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment