local admin acct

  • Thread starter Thread starter Katie
  • Start date Start date
Where can I get steps for creating a local admin acct.?

I presume that you want to add a user to the local administrators group, as the
local administrator account already exists.

Open a CMD.EXE prompt on the workstation:

In a workgroup, type:
net localgroup Administrators "Username" /add

in a domain, type:
net localgroup Administrators "DomainName\Username" /add /domain


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top