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

  
        Win7 sets the "user folder" to a 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, It may be that the user files are lost together, so I want to set the "user folder" on the non-system disk in Windows 7. How do I make the "user folder" under my Windows 7 system set to a non-system disk?

The default location of the Windows 7 user folder is within the "Users" directory under the system disk (usually the C drive). This folder contains all the user-generated files, such as the files you saved on the "Desktop" (actually saved in the C:UsersYourUserNameDesktop directory), and then the files you saved in "My Documents" ( It is actually stored in the C:UsersjoeDocuments directory).

With more and more software is installed in Windows, there will be more and more "user-generated file" is stored in the "user folder" inside. Enter after the address bar, enter the Explorer "% AppData%", you can see how many users the software to generate the data stored there:

user folder in the system tray downside is that, should the Once 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.

user folder if it can be moved together on additional hard disk (or on another hard disk partition), then the system maintenance 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 Suppose you want to set the user folder in the D drive, assuming that the D drive is NTFS partition.

during installation in Windows7, when asked to enter a user name and password, not as good as the first to enter any information, press "Shift + F10" exhaled 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, step by step to continue the installation until completion.

thus installed Windows7, all "user special folders" (UserSpecialFolder) contents have been set up on the D drive (non-system disk).

If you want to move an installed user files in the folder Windows7 good, then we must follow these steps (a little trouble, and the situation can not copy files may occur during):
< BR> 0. Close all applications; after

1. click the "Windows" key and enter the "computer management" press "enter", exhaled "computer Manager";

2. click on "Administrator", select properties, and then remove the "account disabled" before the hook, and then close the "computer Manager" in the subsequent dialog box;

3. log off the current user (note, not " switch user "), and then to" Administrator "login

4. open the command window, enter the following command: robocopy" C: users "" D: users "/E /cOPYALL /XJ /XD" C: UsersAdministrator "

5. cancellation administrator, log back Windows7 with your user name, and then to the" computer Manager "disable administrator;

6. administrator, open a DOS Port, enter the following command:

rmdir "C: Users" /S /Q

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

this tutorial In the explanation of Windows7, the "user folder" is set to a non-system disk, and I hope that some Win7 users can learn and help.
Copyright © Windows knowledge All Rights Reserved