HOME Computer Mobiles Tips n Tricks Shopping Others Lyrics


Thursday, June 27, 2013

Tips and Tricks

To add new user ->


in cmd-->> net user “name” /add
name is the username any name you want
It will make new user with limited user account..

For Administrator power
in cmd -->>
net localgroup administrators "name" /add
this will provide admin power to the user

To Delete
in cmd-->>
net user “name”/del
it will delete the user

No comments:

Post a Comment