SimonDahlquist
New member
- Local time
- 8:34 AM
- Messages
- 3
Here is a step by step solution of how to move your Users folder in Windows 7:
The easiest way to move Users folder, new installed OS or not is
1. Start command prompt from installation DVD
2. Identify your drive letters
3. Copy your Users folder to destination of your choice.
4. Remove your [homedrive]\Users folder
5. Create hard link from [homedrive]\Users to [destination path]
6. Restart computer and log in. You're done.
The easiest way to move Users folder, new installed OS or not is
1. Start command prompt from installation DVD
1.1. Start your computer with installation DVD
1.2. After entered Language to install, Time and currency format and Keyboard or input method, Click Next.
1.3. On next window, Click Repair your computer
1.4 Click on Command prompt
1.2. After entered Language to install, Time and currency format and Keyboard or input method, Click Next.
1.3. On next window, Click Repair your computer
1.4 Click on Command prompt
2. Identify your drive letters
2.1 In recovery mode, drive letters are change from your common drive letters:
C: this is virtual C-drive
E: this is your C-drive
D: this is your first extra HDD
C: this is virtual C-drive
E: this is your C-drive
D: this is your first extra HDD
3. Copy your Users folder to destination of your choice.
3.1 Use command: robocopy /MIR /SEC /SECFIX /XJ [homedrive]\Users [destination path]
Example: robocopy /MIR /SEC /SECFIX /XJ E:\Users D:\Users
3.2 Make sure all files are copied with no errors reported in the end.
Example: robocopy /MIR /SEC /SECFIX /XJ E:\Users D:\Users
3.2 Make sure all files are copied with no errors reported in the end.
4. Remove your [homedrive]\Users folder
4.1 Use command: rmdir /Q /S [homedrive]\Users
5. Create hard link from [homedrive]\Users to [destination path]
5.1 Use command: mklink /J [homedrive]\Users [destination path]
This destination path shall be with the normal drive letter, not the letter changed in Recovery mode. This may differ on your computer.
This destination path shall be with the normal drive letter, not the letter changed in Recovery mode. This may differ on your computer.
6. Restart computer and log in. You're done.
Last edited:
My Computer
At a glance
Windows 7
- OS
- Windows 7