We all know how to create a new user account in Windows XP .
Just go to Start and click on Control panel. Now open the "user account tool".
Here you will be seeing an option Like "create an account".
Well enter any windows XP user and click on create account.
This is how you will be creating a new Windows XP user.
But there is a different procedure to create a new Windows Xp user using dos prompt.
To create a new account you have to type as follows :
net user USERNAME PASSWORD \ADD
To delete the account type as follows :
net user USERNAME \del
To get admin rights type as follows :
net localgroup administrators username \add
The complete command is
[username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]
No comments:
Post a Comment