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

  
                

Win7 puts "user folder" in 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 Once it breaks down, it may be lost with the user files, so I want to set the "user folder" in Windows7 to a non-system disk. How do I make my Windows7 system "user folder"? In a non-system disk?

The default location of the Windows 7 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 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 downside of the user folder in the system disk is If the system disk is broken, the user files may be lost together. Secondly, because the user files (which are generated continuously with the use) 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 is 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"

Then close the DOS window and continue to install until the completion.

So installed Windows7, all the contents of "User Special Folder" have been set on the D drive (non-system disk).

If you want to move the installed user folder in Windows 7, then follow the steps below (slightly troublesome, and there may be cases where you cannot copy files):

0. Close all applications;

1. Click on the “Windows” button and enter ““Computer Management” followed by “Enter”, "Computer Manager";

2. Click on “Administrator” to select the attribute, then in the subsequent dialog box, remove the “check the account has been disabled” and then close “Computer Manager>;

3. Log out of 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:\\Users\\Administrator"

5. Log out of the Administrator, re-login Windows7 with your username, and then go to “Computer Management Device” Disable Administrator;

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

rmdir "C:\\Users" /S /Q

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

Windows 7 explained in this tutorial, "User Folder" is set in a non-system disk, I hope to learn from those win7 users. Help.

Copyright © Windows knowledge All Rights Reserved