How can we help?
Windows 11 CMD User
Question
How do I add a user to Windows 11 using the command prompt,
Elevate the user to administrative status( account type)
Answer
Use the Net User Command in the command Prompt
Add user = net user (type the user name) (Type Password) /add
Then make use administrator =
Net localgroup administrators (type the user name) /addÂ
