Creating Administrator Account in two simple steps
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
























Jana said,
Wrote on August 28, 2008 @ 12:31 pm
Is this possible from limited user.. i fear its not possible!!