Answers for "how to add another user using run cmd in windows"

7

add user cmd windows 10

//Add user
net user username password /ADD

//Add user account to the domain
net user username password /ADD /DOMAIN

//Add user to administrators
net localgroup administrators [username] /add
Posted by: Guest on December-12-2020

Code answers related to "how to add another user using run cmd in windows"

Browse Popular Code Answers by Language