Skip to content

Instantly share code, notes, and snippets.

@Thwaitesy
Last active August 29, 2015 14:14
Show Gist options
  • Save Thwaitesy/5d7e38391b7bace46b01 to your computer and use it in GitHub Desktop.
Save Thwaitesy/5d7e38391b7bace46b01 to your computer and use it in GitHub Desktop.
Boxstarter development environment
Disable-InternetExplorerESC
Disable-UAC
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
cinst IIS-WebServerRole -source windowsfeatures
cinst notepadplusplus
cinst fiddler4
cinst googlechrome
cinst firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment