up vote 1 down vote favorite
1
share [g+] share [fb]

I'm logged in as an Administrator on Windows 7. When I try to delete a folder (which shows Security settings indicating that Administrators have FULL access) I get a message that :

You require permission from SYSTEM to make changes to this file.

I don't have any other user accounts on this computer.

What's up with this?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

If figured it out:

The file is owned by SYSTEM (system service)

You have to change the ownership via command line: takeown /f (this is from How To Geek which then recommends using the CACLS command but that's been deprecated and it's easier to do it via the Security interface)

Right click the file and choose Properties> Security tab> choose Administrators (if you are one) then the Edit the persmissions setting it to FULL.

link|improve this answer
I was going to suggest that, but then I decided not because you said you had permissions. Well, I guess if that work, good, thanks for passing that on, I will have to remember that. – Scott McClenning Jan 12 '10 at 6:53
feedback

Your Answer

 
or
required, but never shown

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