How to transfer the user folder of the Win 7 system C drive

  
The friends who visited here look at the transfer system folder, and definitely think of Windows 7 optimization master or Rubik's cube, through which they can easily transfer "favorites", "my documents", etc. Wait for the system folder. However, what if you want to completely transfer the c:users folder?


The default location of the Windows 7 user folder is the "Users" directory under the system disk (usually the C drive). Inside. This folder contains all the user-generated files, such as the files you saved on the "Desktop" (actually saved in C:Users your username Desktop directory), and then you save in "My Documents" "The files in the file (actually saved in the C:, UsersRuanmei.comDocuments directory).

And as more and more software is installed in Windows, more and more "user-generated files" will be stored in the "user folder". Enter "%AppData%" in the address bar of the Explorer and press Enter. You can see how much software saves the user generated data there:

The user folder is in the disadvantage of the Windows 7 Ultimate system disk. Therefore, if the system disk is broken, the user files may be lost together; secondly, because the user files (which are continuously generated) are in the system disk, there is no way to back up the "clean system disk" from time to time.

If you can move the user folder to another hard drive (or another hard drive partition), system maintenance is much easier. The files that are usually generated (most people put the most files in "Desktop" and "My Documents") are saved outside the system disk (or partition); so you can always worry about the loss of user files at any time. Reinstall the system (or restore the system backup).

Note that the following assumes that you want to set the user folder to the D drive, assuming the D drive is an NTFS partition. In the process of installing Win7, when you need to enter the user name and password, you can input any information first, press "Shift+F10" to call out the DOS window, enter the following command:

robocopy "C:Users" "D :Users" /E /COPYALL /XJ

rmdir "C:Users" /S /Q

mklink /J "C:Users" "D:Users"

Then close the DOS window and continue to install until the completion. With Windows7 installed as such, all the contents of the "User Special Folder" have been set on the D drive (non-system disk). If you want to move the user folder in Windows 7 that you have installed, follow these steps (a little more troublesome, and there may be cases where you cannot copy files):

0. Close all Application;

1. Click on the "Windows" button, enter "Computer Management" and press "Enter" to call out "Computer Manager";

2. Click on "Administrator" Select the attribute, then remove the check box before "Account is disabled" in the subsequent dialog box, and then close "Computer Manager";

3. Log out the current user (note, not "switch user"), then Log in as "Administrator"

4. Open a command line window and enter the following command: robocopy "C:Users" "D:Users" /E /COPYALL /XJ /XD "C:UsersAdministrator"

5. Log out of the Administrator, re-login Windows7 with your username, and then disable Administrator in the “Computer Manager”;

6. Open a DOS window as an administrator and enter the following command:

rmdir "C :Users" /S /Q

klink /J "C:Users" "D:Users"

Copyright © Windows knowledge All Rights Reserved