Link to home
Start Free TrialLog in
Avatar of nasemabdullaa
nasemabdullaa

asked on

can i add user from DOS command in windows XP SP2

hi all
 can i  add user from DOS command in windows XP SP2
thanks
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Avatar of localhost
localhost

Yes you can.

Open command prompt and try the following:

net user /ADD

Syntax:
NET USER
[username [password | *] [options]] [/DOMAIN]
         username {password | *} /ADD [options] [/DOMAIN]
         username [/DELETE] [/DOMAIN]

Example:
net user /ADD user1 secret

(where username is user1 and password is secret)
Avatar of nasemabdullaa

ASKER

hi
i want to add user in same local computer i use it i do not have domain
thanks
ASKER CERTIFIED SOLUTION
Avatar of localhost
localhost

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial