Skip to content

Instantly share code, notes, and snippets.

@stesee
Last active September 26, 2021 15:01
Show Gist options
  • Save stesee/7f1d188836d723e7a00c8ab0b5f0e321 to your computer and use it in GitHub Desktop.
Save stesee/7f1d188836d723e7a00c8ab0b5f0e321 to your computer and use it in GitHub Desktop.
Robocopy all windows userprofile
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