How to migrate user profile data from 1 PC to another using USMT.
Note be sure to update the username and path of the script.
1. Download ADK (2:02)
2. Install USMT (2:16)
3. Copy USMT files to removal media (3:16)
4. Run CMD and manually run copy script (4:11)
5. Login to 2nd PC (5:12)
6. Run CMD and manually run paste script (5:51)
7. Logout and login to restored profile (6:48)
8. Verify profile data (7:28)
Download and install the Windows ADK (Official):
https://docs.microsoft.com/en-us/wind...
User State Migration Tool (USMT) Technical Reference (Official):
https://docs.microsoft.com/en-us/wind...
User State Migration Tool (USMT) Overview (Official):
https://docs.microsoft.com/en-us/wind...
Source PC Template USMT Script (Manual):
e:
cd amd64
scanstate e:\admin /o /c /i:miguser.xml /i:migdocs.xml /localonly
Target PC Template USMT Script (Manual):
e:
cd amd64
loadstate /i:miguser.xml e:\admin /all /lac:P@ssw0rd /lae
Source PC Template USMT Script (Automated):
https://os5.mycloud.com/action/share/...
Target PC Template USMT Script (Automated):
https://os5.mycloud.com/action/share/...