Welcome Guest.
Asked by: Jane Edwards 253 views Internet March 4, 2021
Create a new user with cmd
+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 |
+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