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

  
        The friends who are here are looking at the transfer system folder, and they definitely think of the Windows 7 optimization master or the Rubik's Cube. They can easily transfer the “Favorites” and “My Documents” system folders. However, what if you want to completely transfer the c:users folder? 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 stores 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 “ld”; The files in my document are actually saved in the C:, UsersRuanmei.comDocuments directory. 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 many software stores the user generated data there: The downside of the user folder in the Windows 7 Ultimate system disk is that 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 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. Www.dnzg.cn 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 entering the user name and password, it is better to enter any information, 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. In the Windows 7 thus installed, all the contents of the "User Special Folder" have been set on the D disk (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 applications; 1. Press Click the "Windows" key, enter "Computer Management" and press "“Enter" to call out "Computer Manager"; 2. Click on the "Administrator" to select the attribute and then in the subsequent dialog box. Remove the previous checkbox from the account that has been disabled, and then close “Computer Manager”; 3. Log out of the current user (note, not "switch user”), then log in with "Administrator" In the command line window, enter the following command: robocopy "C:Users" "D:Users" /E /COPYALL /XJ /XD "C:UsersAdministrator" 5. Log out of the Administrator and re-login Windows 7 with your username, then Disable Administrato in “Computer Manager” r; 6. Open a DOS window as an administrator and enter the following command: rmdir "C:Users" /S /Q mklink /J "C:Users" "D:Users"
Copyright © Windows knowledge All Rights Reserved