Last active
August 29, 2015 14:15
-
-
Save AnthonyLam/dc6357e347b30db9272a to your computer and use it in GitHub Desktop.
Start My Box
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
Disable-UAC | |
Set-ExplorerOptions -ShowHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions -EnableShowFullPathInTitleBar | |
Move-LibraryDirectory "Downloads" "D:\Downloads" | |
Move-LibraryDirectory "Desktop" "D:\Desktop" | |
Move-LibraryDirectory "Music" "D:\Music" | |
Move-LibraryDirectory "Pictures" "D:\Onedrive\Pictures" | |
Set-TaskbarOptions Set-TaskbarOptions -Size Small -UnLock -Dock Bottom | |
cinst -y google-chrome-x64 | |
cinst -y foobar2000 | |
cinst -y brackets | |
cinst -y githubforwindows | |
cinst -y cmder | |
cinst -y mpv | |
cinst -y notepadplusplus.install | |
cinst -y arduinoide | |
cinst -y filezilla | |
cinst -y jdk8 | |
cinst -y androidstudio | |
cinst -y visualstudiocommunity2013 | |
cinst -y anki | |
cinst -y f.lux | |
cinst -y teamspeak3 | |
cinst -y 7zip.install | |
cinst -y foxitreader | |
cinst -y steam | |
cinst -y vim | |
cinst -y python2 | |
cinst -y ruby | |
cinst -y rubygems | |
cinst -y qbittorrent | |
cinst -y wox | |
cinst -y plexmediaserver | |
cinst -y windirstat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment