PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

Create new user in DOS

 
 
=?Utf-8?B?ZW5vbGFlYg==?=
Guest
Posts: n/a
 
      11th Dec 2006
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.
 
Reply With Quote
 
 
 
 
Nepatsfan
Guest
Posts: n/a
 
      11th Dec 2006
"enolaeb" <(E-Mail Removed)> wrote in message
news:F3FC51E3-7284-4005-A222-(E-Mail Removed)
> 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.


How to Use the Net User Command
http://support.microsoft.com/kb/251394/en-us

Substitute what you want for "NEWACCOUNT"

net user "NEWACCOUNT" /add

Good luck

Nepatsfan


 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a
 
      11th Dec 2006
From: "enolaeb" <(E-Mail Removed)>

| 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.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      11th Dec 2006
start nusrmgr.cpl

Type: net user /? in a command prompt.

More net user help
Paste the following line into Start | Run and click OK...

hh ntcmds.chm::/net_user.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:F3FC51E3-7284-4005-A222-(E-Mail Removed),
enolaeb <(E-Mail Removed)> hunted and pecked:
> 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.

 
Reply With Quote
 
Nepatsfan
Guest
Posts: n/a
 
      11th Dec 2006
"David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in
message news:u$(E-Mail Removed)
> From: "enolaeb" <(E-Mail Removed)>
>
>> 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.
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> http://www.ik-cs.com/got-a-virus.htm


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


 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      11th Dec 2006
> How exactly do you add a user to a group using the NET USER
> command?


To add a user account for Jay Jamison, with logon rights from 8 A.M. to 5
P.M., Monday through Friday (no spaces in time designations), a mandatory
password (jayj), and the user's full name, type:

net user jayj /add /passwordreq:yes
/times:monday-friday,8am-5pm/fullname:"Jay Jamison"

The command wrapped.

Start | Run | Type: hh ntcmds.chm::/net_user.htm

Net user
Adds or modifies user accounts or displays user account information.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:%(E-Mail Removed),
Nepatsfan <(E-Mail Removed)> hunted and pecked:
> "David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in
> message news:u$(E-Mail Removed)
>> From: "enolaeb" <(E-Mail Removed)>
>>
>>> 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.
>>
>> --
>> Dave
>> http://www.claymania.com/removal-trojan-adware.html
>> http://www.ik-cs.com/got-a-virus.htm

>
> 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


 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a
 
      11th Dec 2006
From: "Nepatsfan" <(E-Mail Removed)>

|
| 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
|

NET.EXE is the command. 'User' is the switch parameter to the NET command.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
Nepatsfan
Guest
Posts: n/a
 
      12th Dec 2006
"David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in
message news:(E-Mail Removed)
> From: "Nepatsfan" <(E-Mail Removed)>
>
>>
>> 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
>>

>
> NET.EXE is the command. 'User' is the switch parameter to
> the NET command.
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> http://www.ik-cs.com/got-a-virus.htm


Thanks for the clarification. It explains how I misinterpreted
your response.

You and I have a different understanding about exactly where
the command ends and the switches begin. I've always considered
whatever was entered after a / or - sign to be the switch. With
that in mind, NET USER is one command and NET LOCALGROUP is
another. For instance, if you enter NET HELP at a command
prompt there is a large block of items listed that are referred
to as commands. Even Microsoft seems to classify NET USER as a
command.

How to Use the Net User Command
http://support.microsoft.com/kb/251394

Nepatsfan



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i create new users without utilizing the create user wizar prady Microsoft ASP .NET 2 29th Dec 2007 10:46 PM
Create dictionary of terms, create first time user site =?Utf-8?B?U29saXRhaXJlIEphbmUgQXVzdGlu?= Microsoft Excel New Users 1 19th Jan 2006 09:47 PM
Download user credentials and create a user profile locally via API - possible? Ga Windows XP Configuration 0 21st Jan 2005 08:55 AM
Download user credentials and create a user profile locally via API - possible? Ga Windows XP Setup 0 21st Jan 2005 08:55 AM
Create user on win2k domain does not create mailbox on ex2k server Jeff Howard Microsoft Windows 2000 0 1st Oct 2003 12:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:11 AM.