Answers for "windows how to add user to computer"

1

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 "windows how to add user to computer"

Browse Popular Code Answers by Language