Welcome Guest.

1Answers

Create a new user with cmd

Asked by: Jane Edwards 253 views Internet March 4, 2021

Create a new user with cmd

1 Answers

  1. +7Votes  

    Use the net user command, the specific syntax:

    For example, add a user named abc:

    net user abc /add

    Change the user password, for example Change to 12345:

    net user abc 12345

    Deborah Thompson- March 4, 2021 |