Windows – Is it possible to discover the current owner of a folder

administratorownershippermissionswindows 8

I am running the Windows 8 Enterprise x64. Here are the current security settings for a folder on an NTFS volume:

Advanced Security Settings

I have access neither to the folder contents, nor to its security settings nor its current owner. Because I am an administrator, I could take the ownership and give myself necessary permissions, but then information about the current owner would be lost.

Is there a way to discover the current owner without changing permissions, or at least to know who was the owner before I took the ownership?

Best Answer

The Windows security model being as recondite as it is, it's entirely possible to find yourself without the permissions necessary either to find out which user owns an object, or to grant yourself the necessary permissions to find out which user owns that object. In such cases, your options are reduced to either a) wrap a runas ... dir /Q command in a loop that iterates over all known account names on the system (and type in each password in turn, assuming you know it), or b) just bite the bullet, take ownership, and possibly blow away whatever ACL exists on the object in the process.