Where can I see the list of administrators in Windows 7?

Solution 1:

Open the command prompt and type:

net user

It will display a list of all the users who are present.

To see if a user is a administrator, type

net user [username]

and look at the Local Group Memberships.

Solution 2:

To get the list of local administrators from the command line:

net localgroup administrators

You don't need to have administrator rights to execute this command.

Solution 3:

http://www.sevenforums.com/tutorials/7539-local-users-groups-manager-open.html

mmc compmgmt.msc

Who is member of Administrators groups that users has administrative access.