Last active
September 26, 2021 15:01
-
-
Save stesee/7f1d188836d723e7a00c8ab0b5f0e321 to your computer and use it in GitHub Desktop.
Robocopy all windows userprofile
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
robocopy "$env:UserProfile\..\" F:\UserprofileBackup *.* /r:0 /w:0 /mir /sl /XJ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment