Skip to content

Instantly share code, notes, and snippets.

@Thwaitesy
Thwaitesy / gist:f24a8ef3acfdee5cf7ce
Last active August 29, 2015 14:25
Boxstarter:Development-Env
# Basic Setup
Disable-MicrosoftUpdate
Disable-InternetExplorerESC
Disable-UAC
Update-ExecutionPolicy Unrestricted -Force
Set-ExplorerOptions -showFileExtensions -EnableShowFullPathInTitleBar
# Main Install
choco install mssqlserver2012express -y
choco install VisualStudio2013Ultimate -InstallArguments "/Features:WebTools" -y
@Thwaitesy
Thwaitesy / gist:a87234009ef5eaa5e204
Last active August 29, 2015 14:24
Boxstarter:Microsoft-TestAgent
Disable-InternetExplorerESC
Disable-UAC
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
cinst notepadplusplus -y
cinst google-chrome-x64 -version 40.0.2214.115 -y
cinst firefox -version 33.0 -y
@Thwaitesy
Thwaitesy / Boxstarter:Dev
Last active August 29, 2015 14:14
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.