2

What is the quickest and easiest way to transfer a user profile from one Windows 10 Professional x64 workgroup PC to another Windows 10 Professional x64 workgroup PC with USMT 10, without copying anything else besides that one user profile?

Both PC's are pretty much identical, so there is no point in copying application settings or folders other than that one user profile.

What has to be edited in the USMT configuration files to accomplish this?

I'm fairly comfortable with USMT and have used it to move a whole PC. Just not a single user.

Thanks in advance.

Dave
  • 21

1 Answers1

0

I would just omit the MigApp.xml,only using MigUser.xml and maybe include Ehlertec's ExcludeSystemFolders.xml

In below example a user, Henny is migrated.

scanstate "C:\USMTstore" /i:"C:\USMTstore\ExcludeSystemFolders.xml" /i:"C:\USMTstore\MigUser.xml" /progress:"C:\Users\the\AppData\Local\Temp\USMTprog.log" /l:"C:\Users\the\AppData\Local\Temp\USMTscan.log" /listfiles:"C:\USMTstore\FilesList.log" /vsc /o /localonly /c /ue:** /ui:"Henny" /efs:decryptcopy

The above is "stolen" directly from Ehlertech's GUI for USMT.. :-)