What's the best way to move c:\users to d:\users under vista/W7
- by Scott
I just installed Windows 7 RC1 and want to move c:\users to d:\users.
What's the best way to do this?
Due to the fact that Windows 7 creates a reserved partition that is mounted as C:
in the recovery console, I had to use the following commands
robocopy /mir /xj D:\Users E:\Users
mklink D:\Users D:\Users /j
Both D's in the mklink command are correct.
When the system reboots, the drive that was D in the recovery console becomes the C drive.