Monday, March 11, 2013

How to Remove Logon Temporary Profile from Windows

Scenario: When you login Active Directory Profile, It’s loading temporary profile without loading my current Profile
i. Log on to the system by using an administrative user account other than the user account that is experiencing the problem.
ii. Back up all data in the current user's profile folder if the profile folder still exists, and then delete the profile folder. By default, the profile resides in the following location:
%SystemDrive%\Users\UserName
iii. Click Start, type regedit in the Start Search box, and then press ENTER.
iv. If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
v. Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
vi. Under the ProfileList subkey, delete the subkey that is named SID.bak.
Note SID is a placeholder for the security identifier (SID) of the user account that is experiencing the problem. The SID.bak subkey should contain a ProfileImagePath registry entry that points to the original profile folder of the user account that is experiencing the problem.
vii. Exit Registry Editor.
viii. Log off the system.
ix. Log on to the system again.
Link you may refer to: A temporary profile is loaded after you log on to a Windows Vista-based system:http://support.microsoft.com/kb/947242 (Holds good for Windows 7)
http://support.microsoft.com/kb/947215

No comments:

Post a Comment