Create admin profile using Command Prompt

Open cmd (Command Prompt) with administrator privilege:



Command Prompt:



In the cmd prompt type:  net user username welcome /add
This command creates new profile "username"  with password "welcome"
user profile can be created with or without password to create a profile with out password type: net user username /add


Command to add created profile to admin group:
 net localgroup administrators username /add 

New admin user profile by the name username is created successfully                                                  



 




0 comments:

Post a Comment