Friday, January 9, 2009

How to create a new user account (win xp) using dos

How to create a new user account (win xp) using dos
First create a new account

type:

net user USERNAME PASSWORD \ADD

were username is and password type the name you want it to be and the password

to delete the account or some one you hate type

net user USERNAME \del

again were username is type the username of the person

to get admin rights type

net localgroup administrators username \add

the compleate command

[username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]

No comments: