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
# 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 |
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 notepadplusplus -y | |
cinst google-chrome-x64 -version 40.0.2214.115 -y | |
cinst firefox -version 33.0 -y |
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.