G
Guest
What are the commands to create a new user account using the command prompt?
I have Windows XP Media Center Edition and I am the Admin.
I have Windows XP Media Center Edition and I am the Admin.
enolaeb said:What are the commands to create a new user account using the
command prompt?
I have Windows XP Media Center Edition and I am the Admin.
David H. Lipman said:From: "enolaeb said:What are the commands to create a new user account using
the command prompt?
I have Windows XP Media Center Edition and I am the Admin.
Use the NET.EXE command with the USER switch parameter
net user /?
The syntax of this command is:
NET USER [username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]
You can also use this command to add this user to particular
Local Group.
command?
Nepatsfan said:David H. Lipman said:From: "enolaeb said:What are the commands to create a new user account using
the command prompt?
I have Windows XP Media Center Edition and I am the Admin.
Use the NET.EXE command with the USER switch parameter
net user /?
The syntax of this command is:
NET USER [username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]
You can also use this command to add this user to particular
Local Group.
How exactly do you add a user to a group using the NET USER
command? I thought that's what the NET LOCALGROUP command was
for.
Nepatsfan
David H. Lipman said:NET.EXE is the command. 'User' is the switch parameter to
the NET command.