Skip to content

Instantly share code, notes, and snippets.

@justinsaul
justinsaul / boxstarter
Last active October 30, 2017 06:35
windows development environment
# 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"