Last active
February 4, 2017 20:07
-
-
Save JayBazuzi/47efd86ca7d5561ee201 to your computer and use it in GitHub Desktop.
Boxstarter 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-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