Last active
August 29, 2015 14:14
-
-
Save Thwaitesy/5d7e38391b7bace46b01 to your computer and use it in GitHub Desktop.
Boxstarter development environment
This file contains hidden or 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
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