Also try deleting user profile using Delprof.exe
http://support.microsoft.c
http://ss64.com/nt/delprof
Download:
http://www.microsoft.com/D
Main Topics
Browse All TopicsI'm trying to delete the user profile file on central profile server, but it wont' delete, I suspect the user is logged in somewhere, how could I tell... maybe there is an active session that I need to kill?... Any idea on how to do this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Also try deleting user profile using Delprof.exe
http://support.microsoft.c
http://ss64.com/nt/delprof
Download:
http://www.microsoft.com/D
Are you able to view the contents of the profile at all? Or is it that you just can't delete it?
I'd try and rename the folder, so when the user next logs in it will create a new profile for the user. To get around the "Access denied" you need to change ownership of the folder and then assign yourself full rights. To do this:
1. Right click the folder and select "properties".
2. Then click the "security".
3. Down the very bottom, there is an "Advanced" button, click that.
4. Select the "owner" tab.
5. Select your name or group that is in the box in the middle.
6. Check the "Replace owner on subcontainer and objects", and click ok.
Wait till it finishes and then you should be able to assign full rights to yourself and delete it.
Business Accounts
Answer for Membership
by: farhankaziPosted on 2009-10-27 at 16:15:17ID: 25678709
Microsoft's PsLoggedOn tool might help you detect this:
om/en-us/s ysinternal s/ bb897545 .aspx
Have a look at this:
http://technet.microsoft.c
You need to run this from command line. Make sure you run the command from the path where PSLoggedOn.exe resides.
Like you copy PSLoggedOn.exe on C:\ drive root then:
Click Start -> Run -> Cmd.exe -> OK -> CD\ [Press ENTER]
PSLoggedOn -l UserName [Press ENTER]
Type "PSLoggedOn /?" for help.
Hope this helps!
Farhan