Creating Administrator Account in two simple steps
Posted By: Sugan
|
||||||||||
To create Administrator Account using command prompt:
First goto Start —> Run and type cmd
First Command:
c:/>net user secureslash /add shortcut
secureslash is the name of the user
shortcut is the password for the user secureslash
First Command Creates a normal user under a name secureslash
Second Command:
c:/>net localgroup administrators secureslash /add
Second Command changes the normal user to a administrator user
To check the number to administrators user type
c:/>net localgroup administrators
























