Monday 29 December 2014

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 9415321621.





No comments:

Post a Comment