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
# Open Internet Explorer and run the raw version of this url as the query parameter to BoxStarter's launcher: | |
# http://boxstarter.org/package/nr/url?<raw-version-of-this-gist> | |
# More Info: http://boxstarter.org/WebLauncher | |
# Configure Windows | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Update-ExecutionPolicy Unrestricted | |
cinst -y Microsoft-Hyper-V-All -source windowsFeatures |