If you have never read that article, please read it again here. Surely that article will be very useful to you.
In this article, I will continue to share with you a few good and useful commands in CMD to manage User on Windows more effectively.
And I also want to write a separate article for you to follow and find more convenient.
Okay, let's get started…. Ah, but first, open a CMD as administrator first. Otherwise it won't be possible.
At the CMD window, enter the following command => and press Enter to execute the command.
net user
=> Now you can see a list of Users available on Windows appear. As shown below, there are 2 User that is Administrator and TIPSMAKE.
// Note: After waking up any of these commands, if the message 'The command completed successfully' appears, you have successfully executed the command.
With the creation of more User, we have 2 options that are to create User with password, or create User without password.
+ Case 1: Create a new User without login password.
Use the following command => and press Enter to execute:
net user TIPSMAKE / add
Now you can check in the Manage Accounts section that a newly created account is TIPSMAKE.
+ Case 2: Create a new User with a login password. Use the following command => and press Enter.
Yes, in case 1 above I have just created a new User User and no login password.
So now I want to add a password to the newly created account, I will use the following command:
So a question posed with the case 2 above, that now I want to change the password for Windows User, what should I do?
Use the following command => and press Enter to execute:
Now enter the password you want to put into Type a password for the user, and re-enter the password in the line Retype the password .
// Note: Note that when entering a password, you will not see it appear anywhere because to ensure security, but just enter it, enter it correctly.
In case I want to remove the password of that User account, I will use the following command:
In case you want to authorize this User as Administrator, run the following command:
On the contrary, to re-enable User, use the following command:
net user TIPSMAKE / active: yes
If you do not want to use a certain User, and you want to delete them, do the following
Well, if your CMD window is having too many lines of command, you can clean them up with the following command:
cls
Okay, above are the most commonly used commands to manage users on Windows using the command CMD. In addition to the commands that I just shared above, if you know any other commands, do not hesitate to share them below for you to learn more.
Hope this article is useful to you, wish you success!