In Windows Environment, we can simple add a new user account by go to Control Panel->User Account to add a new user account. But this can be done via Command Line.
Here are the steps:
Here are the steps:
- go to Start->Run->type in cmd
- To add a user to your computer, type in "net user username password /add " EXAMPLE: net user kakaka 12345 /add
- To delete a user on your computer, go to start>run>type in cmd . A black screen will appear. Type in "net user username /del". EXAMPLE: net user kakaka /del . Once the user account successfully delete, an message "The command completed successfully" will be display.
Comments
Post a Comment