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
 
Back
Top