Windows-un əsasları

Normal user

The normal user obviously have less privileges than the Administrator.

You can add a new user through the cmd with the following command:

net user username /add
net user asaf secret_password123 /add

# Add user to administrator group - thus making it administrator
net localgroup administrators asaf /add

# Add to Remote Desktop User
https://www.windows-commandline.com/add-user-to-group-from-command-line/

sysinfo

getuid

shell

Last updated

Was this helpful?