How to move user profile in Windows 7 to another directory / drive (2/2)
For Windows 8: Audit Mode works similar in Windows 8. See my other video at http://www.youtube.com/watch?v=jkbLrX7Ch-s
How to move user profile in Windows 7 to another directory / drive 2/2
Below is the relocate.xml that will be needed when running audit mode during the Windows 7 install. Note that you will need to replace "[" with less than sign and "]" with greater than sign.
[?xml version="1.0" encoding="utf-8"?]
[unattend xmlns="urn:schemas-microsoft-com:unattend"]
[settings pass="oobeSystem"]
[component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"]
[FolderLocations]
[ProfilesDirectory]E:\Users[/ProfilesDirectory]
[ProgramData]E:\ProgramData[/ProgramData]
[/FolderLocations]
[/component]
[/settings]
[cpi:offlineImage cpi:source="wim:F:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /]
[/unattend]