Last active
November 19, 2015 03:35
-
-
Save gildas/0b2eb22b341136bc9272 to your computer and use it in GitHub Desktop.
Boxstarter script for Windows 2012R2 standard with IIS
This file contains 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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
cinst -y classic-shell | |
cinst -y 7zip | |
cinst -y becyicongrabber | |
cinst -y ConEmu | |
cinst -y git | |
cinst -y ncftp | |
cinst -y TotalCommander | |
cinst -y vim | |
cinst -y webdeploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment