How To Restore a User Profile in Windows Server 2003 (324734)



The information in this article applies to:

  • Microsoft Windows Server 2003, Datacenter Edition
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Standard Edition
  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows Server 2003, 64-Bit Datacenter Edition
  • Microsoft Windows Server 2003, 64-Bit Enterprise Edition
  • Microsoft Windows Small Business Server 2003, Standard Edition
  • Microsoft Windows Small Business Server 2003, Premium Edition

This article was previously published under Q324734
For a Microsoft Windows 2000 version of this article, see 314045.

IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

IN THIS TASK

SUMMARY

This step-by-step article describes how to restore a user profile and the following user profile items:
  • Documents
  • Desktop settings
  • Favorites
  • Cookies
By default, when you first log on to a Windows Server 2003-based computer, Windows creates a user profile folder in the %SystemDrive%\Documents and Settings folder, and you are granted Full Control permission. If you lose the Full Control permission for this folder, Windows creates a new user profile folder the next time that you log on to the computer. You can no longer access the original user profile folder unless you have local administrative creditials on the computer.

By default, when Windows creates a new profile folder for you, Windows places the folder in the Documents and Settings folder. Windows tries to use your user name as the name of the new profile folder. However, if the old profile folder still exists, Windows modifies the name of the new folder to avoid duplication. When this occurs, you may see multiple profile folders for your user profile. The following information describes the default naming scheme that Windows uses for user profiles:
  • If the UserName folder does not already exist, Windows names the new profile folder:

    UserName

  • If the UserName folder already exists, Windows names the new profile folder:

    UserName.ComputerName

  • If the UserName.ComputerName folder already exists, Windows names the new profile folder:

    UserName.ComputerName.000

  • If the UserName.ComputerName.000 folder already exists, Windows uses the next available increment of the UserName.ComputerName.000 naming scheme.

    For example:

    UserName.ComputerName.001

You can also tell the order of the multiple profile folders by looking at the creation date or time, as long as the creation date or time has not been modified.

back to the top

Requirements to Restore a User Profile

To restore a user profile, the Documents and Settings\UserName profile folder must still exist, and you must have the Full Control permission for this folder. If you do not have the correct permission for your user profile folder, you (or another user) must first log on to the computer as an Administrator and restore the required level of permission to your user profile.

back to the top

To Copy Documents from the Current Profile Folder to the Appropriate User Profile Folder

If you have logged on to Windows since you lost access permission to your original profile folder, at least two user profile folders exist that use your user name. To make these files accessible from the user profile that you want to restore, follow these steps:
  1. Log on to the computer as an Administrator.
  2. Copy all documents from your current My Documents folder to the My Documents folder of the profile that you want to restore.

    NOTE: You do not have to follow this step if you moved your My Documents folder to a location outside the Documents and Settings folder; however, after you restore your user profile, you may have to re-specify the destination folder location of the My Documents folder.
  3. To retain the Internet links on your Favorites list, copy all Internet shortcuts from your current Favorites folder to the Favorites folder of the user profile that you want to restore.

    NOTE: Do not copy the Desktop.ini file.
back to the top

To Grant Full Control Permission for the User Profile Folder

  1. Start Windows Explorer.
  2. Locate and right-click your old user profile folder, and then click Properties.

    By default, this folder is %SystemDrive%\Documents and Settings\UserName.
  3. Click the Security tab.
  4. In the Group or user names list, click your user name, and then in the Permissions for UserName box, click to select the Allow check box that is next to Full Control.

    NOTE: If your user name does not appear in the Group or user names list, click Add, type your user name under Enter the object names to select, and then click OK.
  5. Click OK.
back to the top

To Edit the User Profile Registry Key

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

Edit the registry so that the profile image path points to the user name to which you granted Full Control permission in the To Grant Full Control Permission for the User Profile Folder section earlier in this article. To do this, follow these steps:
  1. Log on to the computer by using the user name of the user profile that you want to restore.
  2. Click Start, and then click Run.
  3. In the Open box, type regedit, and then click OK.
  4. In Registry Editor, locate and click the following registry subkey:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

  5. Locate your user profile folder.

    NOTE: When you click the ProfileList subkey, several folders are listed under the subkey. Each of these folders belongs to a different user. These folders are named according to the user security identifiers (SIDs) and not according to the user names.

    To locate your user profile folder, use one of the following methods:
    • For each folder that is listed under the ProfileList subkey, click the folder, and then in the right pane, look at the ProfileImagePath value.

      This value contains the path to your user profile (for example, %SystemDrive%\Documents and Settings\UserName).

      Locate the folder that contains the ProfileImagePath value that refers to your user profile.

      -or-
    • In Registry Editor, click Find on the Edit menu. In the Find what box, type your user name, click to select the Data check box under Look at, click to clear the Keys and Values check boxes, and then click Find Next.

      Press F3 to repeat the search until you locate the correct folder under the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList subkey that contains the ProfileImagePath value that refers to your user name.
  6. After you locate the subkey folder for your user profile, double-click the ProfileImagePath value.
  7. In the Value data box, type the path to the user profile folder that you want to restore, and then click OK.
  8. Quit Registry Editor.
The next time that you log on to the computer, Windows uses your restored user profile.

back to the top



Modification Type:MinorLast Reviewed:7/15/2004
Keywords:kbMgmtServices kbHOWTOmaster KB324734 kbAudEndUser kbAudITPro