Last active
August 29, 2015 13:58
-
-
Save WilliamBZA/10369308 to your computer and use it in GitHub Desktop.
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-UAC | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Set-StartScreenOptions -EnableBootToDesktop | |
cinst IIS-WebServerRole -source windowsFeatures | |
cinst IIS-ISAPIFilter -source windowsFeatures | |
cinst IIS-ISAPIExtensions -source windowsFeatures | |
cinst IIS-NetFxExtensibility -source windowsFeatures | |
cinst IIS-ASPNET -source windowsFeatures | |
cinst TelnetClient -source windowsFeatures | |
cinst UrlRewrite | |
cinst chrome | |
cinst avastfreeantivirus | |
cinst Office365HomePremium | |
cinst msysgit | |
cinst paint.net | |
cinst ScriptCs | |
cinst SublimeText3 | |
cinst winrar | |
cinst googledrive | |
cinst dropbox | |
cinst tightvnc | |
cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools SQL'" | |
cinst Erlang | |
cinst rabbitmq | |
cinst adobereader | |
cinst Beersmith | |
cinst TelnetClient -source windowsFeatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment