I'm unable to delete some folder on my external hard disk. I tried them to delete in safe mode too but I'm not able to perform this. This a bid headache to me now even I'm the admin and it still needs the admin privileges to delete them. So how can I get rid of from this trouble? Please help me!

enter image description here

link|improve this question

80% accept rate
What Theme are you using? – Darth Android Aug 10 '11 at 22:13
Does the theme matters if yes then I'm using third party theme. – avirk Aug 11 '11 at 5:51
It doesn't matter-- I was curious because I like it and was wanting to go look it up :P – Darth Android Aug 11 '11 at 12:32
Nice theme, awwwww, give a link! – Roberts Aug 11 '11 at 19:50
2  
@Darth and Robrok just type in google "90 Super Styles 2011 for Windows 7 BY KAILASH" and you will got them beat of luck. And thanks for like the themes. – avirk Aug 12 '11 at 1:47
feedback

6 Answers

up vote 6 down vote accepted

You could also try Unlocker. It unlocks or kills the process that is using the file/folder and deletes/renames it.

link|improve this answer
Thanks it worked for me. – avirk Aug 11 '11 at 14:38
feedback

Try getting the ownership of the folder:

Right-Click the folder -> Properties -> Security tab -> Advanced button -> Owner tab -> Edit button -> Select your user account -> Activate Replace owner on subcontainers and objects.

When done, close all properties windows and open Properties again -> Security tab -> Advanced button -> Permissons tab -> Change Permissons button -> Add your user account and select Replace all child object...

Then try again.

link|improve this answer
Nopes it doesn't worked for me. – avirk Aug 10 '11 at 17:19
1  
And this "Nopes" means that the same message appears again? – TeX HeX Aug 10 '11 at 17:19
If the name/identifier in the error message has not changed, then the first stage has not worked. Try again and make sure you have ticked the 'replace owner on subcontainers and objects' checkbox. – sgmoore Aug 10 '11 at 20:42
1  
If you are trying to delete the folders then on the second stage you should also tick 'Full Control' – sgmoore Aug 10 '11 at 20:42
Tried everything but nothing works as mention in answer......:-( – avirk Aug 11 '11 at 5:47
show 1 more comment
feedback

Sometimes you can't delete a file or a folder because the filename or a file which is in the folder contains a hidden character.

You can delete it in a Command Prompt using DOS commands - a bit of DOS command knowledge is needed.

Once you have a Command Prompt open, navigate to that particular folder, and open it. Delete all files in that folder using del *.*.

Exit that folder, and you should now be able to delete the folder.

link|improve this answer
+1 for prefer cmd. – avirk Aug 17 '11 at 13:32
feedback

My husband had the same problem with his external drive. This is what I did to delete it. These are the steps I followed in windows 7 while logged on under administrator...not sure that part was necessary, but I wanted to include that bit of information.

Phase 1 - Taking ownership

  1. Right click folder
  2. Select "properties"
  3. Select the "security" tab
  4. Click the 'Advanced" button
  5. Select the "owner" tab
  6. Click the "Edit" button
  7. Under 'change owner to' highlight the user you wish to set as owner
  8. Check the 'replace owner on subcontainers and objects' box
  9. click the 'apply' button (this will take you back to the 'advanced security settings' window)

Phase 2 - Permissions

Once you are back in the 'advanced security settings' window follow these instructions (Note: You MAY have to close out the properties window altogether and then re-open it for the above changes to take effect before performing the next set of steps).

  1. Select the 'permissions' tab
  2. Click the "Change permissions" button
  3. Highlight the user you need to change permissions for
  4. click the 'edit' button
  5. Check "allow" box next to full control
  6. Click "Ok"
  7. Check the box next to "include inheritabl permissions from this object's parent"
  8. Check the box next to "replace all child object permissioms with inheritable permissions from this object"
  9. Click "apply"
  10. Click "yes" in the pop up box"
  11. Click "OK" to close permissions window
  12. Click "Ok" to close advanced security settings window
  13. Click "ok" to close the properties window

You should now be able to delete the un-deletable folder.

link|improve this answer
feedback

I've encountered this problem a few times. I've concluded that something in the OS or some background app has a file or folder open, and the system won't let the operation proceed. The error messages are probably somewhat bogus -- they get an error back and assume it's an auth error.

Never tried to "fix" this since for me it's just an irritation, not a "real" problem. (And what's one more irritation from Windows, in the grand scheme of things?)

link|improve this answer
feedback

Try changing the permission of the folder first. Make it editable by you.

If that doesn't work, try running explorer.exe as the SYSTEM user.

link|improve this answer
1  
I would not recommend people run any application as the SYSTEM user. That can screw so much stuff up it's not even funny, and there's always a proper way around it. If you don't know enough to know why you shouldn't, then you don't know enough to safely do it. – Darth Android Aug 10 '11 at 22:13
-1 for suggesting using the Local System account. As @DarthAndroid said, this is very dangerous and is just as bad as performing non-administrative tasks on a Unix system's root account, if not worse since Windows is not designed to allow users to directly run applications as Local System. – DragonLord Aug 10 '11 at 23:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.