Skip to content

Instantly share code, notes, and snippets.

@b-luu
Last active July 16, 2017 01:34
Show Gist options
  • Save b-luu/fd8fd6338ffb2b86acebaa3ec4141c70 to your computer and use it in GitHub Desktop.
Save b-luu/fd8fd6338ffb2b86acebaa3ec4141c70 to your computer and use it in GitHub Desktop.
Update-ExecutionPolicy RemoteSigned
Disable-MicrosoftUpdate
Disable-UAC
Disable-BingSearch
Disable-GameBarTips
Move-LibraryDirectory "Personal" "E:\Documents"
Move-LibraryDirectory "My Video" "E:\Videos"
Move-LibraryDirectory "My Pictures" "E:\Photos"
Move-LibraryDirectory "My Music" "E:\Music"
Set-StartScreenOptions-EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableOpenFileExplorerToQuickAccess -EnableShowRecentFilesInQuickAccess -EnableShowFrequentFoldersInQuickAccess
cinst 7zip
cinst miniconda
cinst cdex
cinst dashlane
cinst git
cinst googlechrome
cinst libreoffice
cinst virtualbox
cinst pdftk
cinst vlc
cinst visualstudiocode
cinst paint.net
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\Google\Chrome\Application\chrome.exe"
Enable-UAC
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment