How much fun it is to work at Command Prompt!!! Is not it !! I like it. Let us move on to the topic of our command prompt and today we will learn how we can do user management from the command prompt.
Friends, user management means that we have to create, disable or delete the user in the local system.
So without delay we come to our main point. ..
How to open User Management from RUN ?
To open user management through RUN -
- Just Open RUN & type lusrmgr.msc & press enter button.
But we have to learn how to manage the user from the command prompt.
First of all, you open the command prompt but remember to open it only by run as administrator.
Open User Management Console from CMD
Open CMD (command prompt ) & type lusrmgr.msc & press enter button.
command - net user
Friends, with this command it is known that how many users remain in your computer.
Create New User -
Command :- net user XYZ /add
Note :- friends here XYZ is user name .
Friends, you can check by going to user management or local user and groups.
Create new user with password -
command :- net user XYZ password /addNote :- here XYZ is user login ID while password is login id password.
its important question can ask in interview that is "How to enable local user in windows 10 through command line ?"
Change Password :-
command :- net user xyz *
As soon as you enter this command, you will be asked for a new password. Once you enter a new password, you will be asked to confirm the password again. In this way you can change the password of any login ID
Thanks for reading !!!! have a great day !!!
Related Post :-
Post a Comment