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
Update-ExecutionPolicy Unrestricted | |
Disable-GameBarTips | |
Disable-BingSearch | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess | |
cinst directx | |
cinst vcredist2008 | |
cinst vcredist2010 | |
cinst vcredist2012 | |
cinst vcredist2013 |
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
Update-ExecutionPolicy Unrestricted | |
Disable-GameBarTips | |
Disable-BingSearch | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess | |
Move-LibraryDirectory "Personal" "E:\Documents\Users\Dev\Documents" | |
Move-LibraryDirectory "My Video" "E:\Documents\Users\Dev\Videos" | |
Move-LibraryDirectory "My Pictures" "E:\Documents\Users\Dev\Pictures" | |
Move-LibraryDirectory "Desktop" "E:\Documents\Users\Dev\Desktop" | |
Move-LibraryDirectory "Favorites" "E:\Documents\Users\Dev\Favourites" |
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
# https://github.com/mwrock/boxstarter/issues/241#issuecomment-336028348 | |
New-Item -Path "$env:userprofile\AppData\Local\ChocoCache" -ItemType directory -Force | Out-Null | |
$common = "--cacheLocation `"$env:userprofile\AppData\Local\ChocoCache`"" | |
Update-ExecutionPolicy Unrestricted | |
Disable-GameBarTips | |
Disable-BingSearch | |
Set-WindowsExplorerOptions -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess |