Last active
January 4, 2016 15:19
-
-
Save nicknguyen/8639878 to your computer and use it in GitHub Desktop.
My BoxStarter Script
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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
Disable-MicrosoftUpdate | |
cinst 7zip.install -y | |
cinst autohotkey.install -y | |
cinst beyondcompare -y | |
cinst Brackets -y | |
cinst ccleaner -y | |
cinst Chutzpah -y | |
cinst ConEmu -y | |
cinst ConsoleZ -y | |
cinst databasenet -y | |
cinst dejavufonts -y | |
cinst dotPeek -y | |
cinst Evernote -y | |
cinst fiddler4 -y | |
cinst filezilla -y | |
cinst Firefox -y | |
cinst flashplayerplugin -y | |
cinst foxitreader -y | |
cinst git.install -y | |
cinst githubforwindows -y | |
cinst google-chrome-x64 -y | |
cinst greenshot -y | |
cinst grepwin -y | |
cinst imgburn -y | |
cinst inssider -y | |
cinst IrfanView -y | |
cinst iTunes -y | |
cinst keepass.install -y | |
cinst linqpad4.install -y | |
cinst nodejs.install -y | |
cinst notepad2 -y | |
choco install notepadplusplus.install -y | |
cinst NugetPackageExplorer -y | |
cinst paint.net -y | |
cinst PowerGUI -y | |
cinst skype -y | |
cinst SourceCodePro -y | |
cinst SourceTree -y | |
cinst spotify -y | |
cinst SqlServer2014Express -y | |
cinst SublimeText3 -y | |
cinst SublimeText3.PackageControl -y | |
cinst sysinternals -y | |
cinst teamviewer -y | |
cinst tweetdeck -y | |
cinst VisualStudio2013Premium -y | |
cinst ReSharper -y | |
cinst vlc -y | |
cinst wunderlist -y | |
cinst Microsoft-Hyper-V-All -source windowsFeatures -y | |
cinst IIS-WebServerRole -source windowsfeatures -y | |
Enable-MicrosoftUpdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment