Skip to content

Instantly share code, notes, and snippets.

@bdamusis
Last active August 29, 2015 14:09
Show Gist options
  • Save bdamusis/8533cf5a664e4bb4a254 to your computer and use it in GitHub Desktop.
Save bdamusis/8533cf5a664e4bb4a254 to your computer and use it in GitHub Desktop.
Windows Development Boxstarter Script
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst fiddler4
cinst git-credential-winstore
cinst console-devel
cinst sublimetext3
#cinst poshgit
#cinst dotpeek
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