Wednesday, November 25, 2015

Manage User Accounts through Command Prompt...


Open cmd prompt with admin priviledge... & run following commands.


COMMAND                                                                     ACTION

net user                                                                            lists all user accounts.

net user username                                                          details about specific user.

net user username password /add                                 create new user a/c.

net user username newpassword                                  change user password.

net user username * /add                                               create user a/c with hidden password.

net user username /active:yes                                        enable user a/c.

net user username /active:no                                         disable user a/c.

net localgroup                                                                  lists all groups.

net localgroup groupname                                              details of a specific group.

net localgroup groupname /add                                     create a new group.

net localgroup groupname username /add                   move user to a group.

net localgroup groupname username /del                     remove user from a group.


if u r facing any problem plz contact at 9628273549

No comments:

QUESTIONS FOR CAMPUS INTERVIEW with answers 65

Q1:- Differentiate between RAM and ROM? RAM stands for Random Access Memory. It can store information and have new information stored o...