Windows – Administrator not an Administrator

aclpermissionsSecuritywindows 7windows xp

I have copied some files from an XP computer to a PC running Windows 7. I am logged on as a user who is marked as an Administrator.

When I try to access the directory, I am told I don't have permission. Understandable, but what is odd is that I as an administrator don't have access to take ownership of the files. I don't have permission to add users in the ACL or to take ownership, indeed such options are greyed out.

Why as an administrator user can I not take ownership of files?

Best Answer

Try opening an elevated CMD window (right click> Run as Administrator) and type:

Net user administrator /active:yes

Confirm the command ran successfully then log off and log back in as the administrator account. After logging in as the built-in administrator account you should be able to take ownership.

Do not use this account for anything other than troubleshooting, never for everyday use.

If you wish To disable the account:

Net user administrator /active:no

Related Question