Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Cannot move or rename the Documents and Settings folder


View products that this article applies to.

Symptoms

If you try to move or rename the "Documents and Settings" folder in Windows, you receive the following error message:
"Documents and Settings is a Windows system folder and is required for Windows to run properly. It cannot be moved or renamed."

↑ Back to the top


Cause

This behavior is by design.

↑ Back to the top


Resolution

To specify a different folder for the "Documents and Settings" folder during installation, follow these steps:
  1. Use the /UNATTEND switch with Winnt.exe or Winnt32.exe and insert the following entry into the Unattend.txt file, where z:\foldername is the path and folder name you want:
    [GuiUNattended]
    ProfilesDir = z:\foldername
  2. Install Windows. The path you included in the Unattend.txt file is used instead of the default "Documents and Settings" folder.
For more information about unattended setup of Windows 2000, click the following article number to view the article in the Microsoft Knowledge Base:
183245 Changes to Windows 2000 Unattended Winnt[32].exe command line

↑ Back to the top


More information

NOTE: The following section provides information about a configuration that Microsoft does not support. We provide this information for informational purposes only; Microsoft makes no guarantee that this configuration functions properly.

WARNING: Microsoft strongly recommends against renaming any system folder. Catastrophic system failure or an unstable computer could result if you rename system folders. If implemented, a backup should be made of the system before attempting this procedure.

To rename or move the "Documents and Settings" folder, use the appropriate method.

User-specific

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows

NOTE: This method does not relocate key Windows components. Use this method if you require only user-specific data to be moved.

To specify a different folder for the "Documents and Settings" folder after you install Windows for a particular user, follow these steps:
  1. Identify the user's profile path. There are two methods to identify the profile path. Either by user path settings or user SID. The user SID method is preferred.
    • User SID method
      1. Use the GETSID tool from the Windows Server Resource Kit to obtain the SID. Use syntax similar to the following example:
        GETSID \\SERVER1 UserName \\SERVER1 UserName
      2. Once you obtain the SID, use Regedit.exe or Regedt32.exe to select the user's SID under the following registry key:
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    • User path setting
      1. Log on to the computer as the user, and then type SET at a command prompt. Note the setting for USERPROFILE, and then close the command prompt window.
      2. Log on as an administrator of the computer.
      3. Use Registry Editor to add the USERPROFILE setting to the following registry key:
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
      4. Click the registry key, and then click Find on the Edit menu.
      5. In the Find box, type the value of the USERPROFILE setting, and then click Find Next.
  2. Change the ProfileImagePath value to use the new path you want in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList registry key.
  3. Close Registry Editor, and then log on as the user. Type SET at the command prompt to verify the path has changed.

Entire Folder

NOTE: This method relocates key Windows components. Use this method only if you require the "Documents and Settings" folder to be moved or renamed and you cannot use the Unattend.txt file to change the name during installation.

To specify a different folder for the entire "Documents and Settings" folder, including key system components, follow these steps:
  1. Log on to the computer as an administrator.
  2. Create a new folder.
  3. Open the current "Documents and Settings" folder.
  4. On the Tools menu, click Folder Options, and then click the View tab.
  5. Under Advanced settings click Show hidden files and folders, and then click to clear the Hide file extensions for known file types and Hide protected operating system files check boxes.
  6. Click OK.
  7. Click and drag to copy all the folders to the new folder, except for the currently logged on users folder.
  8. In Control Panel, double-click System, and then click the User Profiles tab.
  9. Copy the current user's profile to the new folder.
  10. Click OK, close Control Panel, and then log off and log on to the computer as an administrator again.
  11. In Registry Editor, click Find on the Edit menu.
  12. Type documents and settings, and then click Find.
  13. Replace the value data or rename the value or registry key to the new path for each and every registry key and value that contains the original path.NOTE: You must complete this change for every instance in the registry or your computer may not start. It is imperative that you update all registry keys and values with the new path.

  14. Restart the computer.
  15. You can now safely remove the original "Documents and Settings" folder.
Note If you search the registry for "Documents and Settings," you will find a string value in the following subkey:
HKLM\system\controlset001\control\hivelist
. This string value is \Device\HarddiskVolume#\Documents and Settings. Do not change this string value. After you finish searching for "Documents and Settings," also search for the short file name "Docume~1." Change the path for those results.

↑ Back to the top


Keywords: KB236621, kbui, kbprb, kberrmsg

↑ Back to the top

Article Info
Article ID : 236621
Revision : 10
Created on : 5/7/2007
Published on : 5/7/2007
Exists online : False
Views : 444