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
# Fork this file to make your customizations! For example most people don't have an Ultimate license. | |
# Add DS Package Store and Boxstarter packages | |
Set-BoxstarterConfig -NugetSources "http://choco.directs.com/nuget;http://chocolatey.org/api/v2;http://www.myget.org/F/boxstarter/api/v2" | |
choco sources add -name NuGet -source https://nuget.org/api/v2/ | |
choco sources add -name DS -source http://choco.directs.com/nuget | |
# Windows Options | |
Disable-UAC | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar |
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
# Fork this file to make your customizations! For example most people don't have an Ultimate license. | |
# Add DS Package Store and Boxstarter packages | |
Set-BoxstarterConfig -NugetSources "http://choco.directs.com/nuget;http://chocolatey.org/api/v2;http://www.myget.org/F/boxstarter/api/v2" | |
choco sources add -name NuGet -source https://nuget.org/api/v2/ | |
choco sources add -name DS -source http://choco.directs.com/nuget | |
# Windows Options | |
Disable-UAC | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar |