Can't delete profile

6,419

Solution 1

You may try the delprof.exe utility from Microsoft, with sufficient credentials it may do the job.

Solution 2

if you have a local admin account try changing ownership of the files then edit the permissions and try deleting again?

Solution 3

You can delete the profile directory manually. Then you just need to get rid of the corresponding registry entry so Windows knows it's gone. The registry entry is in:
HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\[User SID]

Find the registry key with the matching SID (easiest to look at the ProfileImagePath value under the [User SID] keys, it should be C:\Documents & Settings\[User Name]

If you're not very familiar with the Windows Registry, be sure to backup any registry keys before deleting them.

Share:
6,419

Related videos on Youtube

MrPromethee
Author by

MrPromethee

Bachelor of CS. 6+ Years work experience in client support and maintaining Windows systems within in a large enterprise environment.

Updated on September 17, 2022

Comments

  • MrPromethee
    MrPromethee over 1 year

    I have a client machine (XP SP3) which used to be connected to a windows 2003 domain, but the server has since gone down due to a hard drive failure, however the profiles still remain in 'documents and settings'. I have a local admin account on the same machine (in the administrator's group), except when i try to remove the profiles manually from System Properties -> Advanced -> User Profiles -> Settings, the delete button is disabled.

    Also, Windows prevents me from deleting or renaming the user's profile folder as well, due to a lock with ntuser.dat

    Any thoughts on this would be greatly appreciated,

    Cheers!

  • MrPromethee
    MrPromethee almost 14 years
    Hi xjerx, thanks, I tried that too, but unfortunately the associated accounts (to the profiles) aren't available to be modified on that page either (they dont show up).
  • MrPromethee
    MrPromethee almost 14 years
    Hi Maxwell, the result from running delprof was a little strange, I tried it with the 'p' option as well, it reported no errors both times I ran it. I then rebooted to see if anything had changed, but both the profile directory and profile itself (under System properties) are still there, and nothing i can tell has changed.
  • MrPromethee
    MrPromethee almost 14 years
    However, i tried doing what Aceth had recommended with the file permissions (i had to use this support.microsoft.com/kb/308419#4 and mydigitallife.info/2006/07/19/… to enable the security tab first), but then I tried deleting the folders again manually, and it worked. The profiles are also now not listed in the Profiles list in System properties->advanced etc. Thanks again
  • BeowulfNode42
    BeowulfNode42 over 5 years
    You may need to do this in the reverse order. Delete the entry from the ProfileList registry key, restart the machine, then delete the user folder. This is to avoid errors with windows having the registry files open in the user's folder.