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
| # Configure Windows | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
| Update-ExecutionPolicy Unrestricted | |
| #Hyper-V and Android Development do not get along; VMWare it is | |
| #cinst -y Microsoft-Hyper-V-All -source windowsFeatures | |
| ##MOVE User Library off main HDD | |
| Move-LibraryDirectory "Personal" "D:\Users\$env:UserName\Documents" |