How to Add Users from CMD | CMD add

This article is about adding uses on windows using command prompt, with through command prompt you can add new users, set passwords, and even grant administrator permission. So this article will teach you how you can add new users to a windows computer.

How to Add Users from CMD | CMD add

Why do we even create this new user?

As we know that users allow to sign us on our computers. When we have to set up our computer by default it has one account. We created a separate user account to give users an interface different while each person uses it.

 

Description:  The following two articles are the main one that helps you to create as a new user.

net user /add [*username] [password]
net localgroup administrators [username] /add

In simple words, the net user /add [username] [password], will add you as username and password. And in another line, net localgroup administrators [username] /add, will user account as administrators.

 

Steps

Step1: run a command prompt. Simply go to search and type command prompt and right-click on it and run as administrator.

Step2: you will see c:\WINDOWS\system32. If you had clicked on run as administrator check that again and come to this article.

Step3: now uses add user command, simply as shown below on [username] you type your own and as same as password your own.

net user /add [*username] [password]

Step4: now with the help of the administrator's command you will turn the user account into an administrator account, in [username] type your username. And after typing that below command then hit enter.

net localgroup administrators [username] /add

Step5: now your success is to create a new user as an administrator.

 

I Hope You Like my post on How to Add Users from CMD. If it is Helpful Please don't forget to share my post with your friends.

Post a Comment

0 Comments