I have a user with local administrative rights on their Windows 7 64-bit box. They extracted a file from a zip file they downloaded with the Zip shell extension to their desktop on a non-encrypted or compressed NTFS volume.
Unfortunately they cannot open it. I tried to take ownership of it and it just reports "Access is Denied" and for the current owner it reports "Unable to display current owner."
At this point the file cannot be deleted, executed or modified. I have actually seen this exact same happen in Vista before, but I can't for the life of me remember how to fix it.
Any ideas how it happened or how to fix it? I'd be happy just to delete it without a format at this point.
same thing happened to me. restart fixed it!
Microsoft provides a freeware tool written by a third-party in the download section:
FILEACL v3.0.1.6
It's a NTFS Permissions command line tool. It allows to manipulate ACLs on NTFS volumes:
Here you can find how to use this tool (command line switches etc.): documentation.
Others pointed out that this can be fixed by restarting - this is because this issue is can be caused by applications keeping file handles opened. I experienced this with TortoiseGit's background TGitCache process, which somehow kept hold of repository folders even after I deleted them. Killing the process made those folders disappear.
In this case restarting explorer.exe to kill all shel extensions would probably do the trick.
there is the "Unblock" button in file properties, check if pushing that one helps.
I saw this before once. The zip file could have a Password on it. The WIndows Shell will not reveal this, but if you open the ZIP with a tool such as Winrar, you'll see that it's password protected.