Created
October 18, 2015 12:54
-
-
Save mrjcleaver/6f7c6b1c8c30c1434666 to your computer and use it in GitHub Desktop.
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
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