Last active
December 28, 2015 14:58
-
-
Save crisp2u/30395af209bce7515947 to your computer and use it in GitHub Desktop.
Boxstarter Tester box
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 | |
Update-ExecutionPolicy Unrestricted | |
Install-WindowsUpdate -AcceptEula | |
cinst googlechrome | |
cinst firefox | |
cinst skype | |
cinst thunderbird | |
cinst 7zip.install | |
cinst javaruntime | |
cinst dotnet4.6 | |
cinst greenshot | |
cinst libreoffice | |
cinst avgantivirusfree | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment