Skip to content

Instantly share code, notes, and snippets.

@mrjcleaver
Created October 18, 2015 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrjcleaver/6f7c6b1c8c30c1434666 to your computer and use it in GitHub Desktop.
Save mrjcleaver/6f7c6b1c8c30c1434666 to your computer and use it in GitHub Desktop.
Move-LibraryDirectory "My Pictures" "Z:\Pictures"
Move-LibraryDirectory "My Video" "Z:\Videos"
Move-LibraryDirectory "My Music" "Z:\Music"
Move-LibraryDirectory "Downloads" "Z:\Downloads"
#Move-LibraryDirectory "Personal" "Z:\Documents"
Move-LibraryDirectory "Desktop" "Z:\Desktop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment