How to make "user folder" under windows 7 set to non-system disk

  
Win7 puts the "user folder" in the non-system disk: Is this feasible? Many win7 users will try to deal with this problem as more and more software is installed in Windows. Because if the system disk is broken once It is possible that the user files are lost together, so I want to set the "user folder" in Windows 7 to a non-system disk. How do I make my Windows 7 system "user folder" set in a non-system? What about the disk?
The default location of the Windows7 user folder is within the directory of the system disk (usually the C drive) in the “\\Users” directory. This folder contains all the user-generated files, such as the files you saved on the “Desktop” (actually saved in the C:\\Users\\YourUserName\\Desktop directory), and then you save them in “ The files in my document & rdquo; (actually saved in the C:\\Users\\joe\\Documents directory).
And with more and more software 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 downside of the user folder in the system disk is, if the system Once the 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"
If you can move the user folder to another hard drive (or another hard drive partition), system maintenance will be much easier. The files that are usually generated (most people put "most files in the desktop", "My Documents") are saved outside the system disk (or partition); so you can always worry about users at any time. Reinstall the system (or restore the system backup) if the file is missing.
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 Windows 7, 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"< Br> Then close the DOS window and continue to install until the completion.
This installation of Windows7, all the "User Special Folder" (User Special Folder) content has 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 (slightly troublesome, and there may be cases where you cannot copy files):
0. Close all Application;
1. Click the "Windows" button, enter “Computer Management", then press “Enter”, call out & "Computer Manager>;
2. Mouse click “Administrator” , select the attribute, and then remove the "check the account has been disabled" in the subsequent dialog box, and then close “computer manager”;
3. Log out the current user (note, not “ switch user & rdquo ;), then log in with “Administrator>
4. Open a command line window and enter the following command: robocopy "C:\\Users" "D:\\Users" /E /COPYALL /XJ /XD "C :\\Users\\Administrator"
5. Log out of Administrator, re-login Windows7 with your username, and then disable Administrator in <;Computer Manager>;
6. Open a DOS as an administrator Port, enter the following command:
rmdir "C:\\Users" /S /Q
mklink /J "C:\\Users" "D:\\Users"
Windows7 explained in this tutorial In the "user folder" set in the non-system disk, I hope to be a little reference and help for those win7 users.
Copyright © Windows knowledge All Rights Reserved