I am having Windows 7 Professional. I would like to see what are the users that has administrative access on my PC. But I do not have administrative access in my PC.

link|improve this question
Which edition of Windows 7? – techie007 Sep 23 '11 at 13:16
@techie007 Windows 7 Professional – emaillenin Sep 23 '11 at 15:20
feedback

2 Answers

up vote 3 down vote accepted

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 admin , type

net user [username]

and look at the Local Group Memberships

link|improve this answer
feedback

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.

link|improve this answer
2  
But I do not have administrative access in my PC. – emaillenin Sep 23 '11 at 12:44
feedback

Your Answer

 
or
required, but never shown

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