How To Make a User Account With Batch File ?

Command Prompt

A batch file allows us to run a script of Command Prompt commands from a file and can run multiple commands like a small scripted programs. Now, we will use Command Prompt commands in a batch file to make a User Account.

  1. First Open Notepad
  2. Write - net user /add User_Name
  3. Then Save File OR Ctrl + S
  4. Then Give File Name With .Bat
  5. Eg.= file ' .bat '
  6. Click Save
  7. You Are Done
  8. Run That File And The New User Will Made
  9. If Any Problem Occurs Then Run The File As Administrator

Post a Comment

Post a Comment (0)

Previous Post Next Post