Windows Vista Home Basic does not have the local groups pane. How how can I tell what groups my user account is a member of?

I need to know so I can build an unattended installation, what group(s) should my first Admin user belong to?

link|improve this question

1  
This question falls outside the scope of serverfault.com topics, as explained in the faq – Mathias R. Jessen Jan 22 at 1:59
1  
feedback

migrated from serverfault.com Jan 22 at 2:07

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted

net user username should show group membership of a user account.

net localgroup should show what local groups exist on the machine.

There is a local group named Administrators on every Windows installation. If you want to make someone an administrator, add them to that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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