Re: [Unattended] Adding users

2003-08-01 Thread Paul Baumgardner
I don't think the 'user' command does anything.  However 'net user 
username password' seems to change your password.  I did quite a bit 
of searching on google and didn't find anything about the 'user' command 
but found some info about the 'net user' command.

http://support.microsoft.com/?kbid=251394

-paul



Justin Beckley wrote:
This might be a very simple question to answer, but I will ask it 
regardless.  I am having trouble fiding out how to add users in Windows 
XP by using the command line.  If you type user at the command prompt, 
it doesn't generate any errors.  This leads me to believe that user is 
a command, but I can't see it doing anything and I haven't found any 
documentation on it.  Any advice on this command or how to solve my 
problem would be appreciated.  Thanks


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Adding users

2003-08-01 Thread Paul Baumgardner
As a side note; let me complain about Windows...

Last week I was deemed with the task of restoring a user's registry. 
Windows 98/ME provides a command line utility for this 'scanreg 
/restore'.  However, Win 2000/XP does not seem to have this 
functionality.  Anyone know how to do this in 2000/XP?

BTW, why does Windows change things like this??

thanks,
paul
Justin Beckley wrote:
This might be a very simple question to answer, but I will ask it 
regardless.  I am having trouble fiding out how to add users in Windows 
XP by using the command line.  If you type user at the command prompt, 
it doesn't generate any errors.  This leads me to believe that user is 
a command, but I can't see it doing anything and I haven't found any 
documentation on it.  Any advice on this command or how to solve my 
problem would be appreciated.  Thanks


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Adding users

2003-08-01 Thread jbeckley
Thanks for that adice, it worked.  Now that I can add the user, is there 
a way to make to make the user account an administrator account?  I 
checked the MS article and they didn't have anything about setting the 
account type.  Any suggestions on this.

Paul Baumgardner wrote:

I don't think the 'user' command does anything.  However 'net user 
username password' seems to change your password.  I did quite a bit 
of searching on google and didn't find anything about the 'user' 
command but found some info about the 'net user' command.

http://support.microsoft.com/?kbid=251394

-paul



Justin Beckley wrote:

This might be a very simple question to answer, but I will ask it 
regardless.  I am having trouble fiding out how to add users in 
Windows XP by using the command line.  If you type user at the 
command prompt, it doesn't generate any errors.  This leads me to 
believe that user is a command, but I can't see it doing anything 
and I haven't found any documentation on it.  Any advice on this 
command or how to solve my problem would be appreciated.  Thanks






---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Adding users

2003-08-01 Thread Martin Buckley
USER is part of the legacy Windows UI management.

To create users try:

NET USER username password

or 

NET USER username password /DOMAIN for domain/AD creation

You can get more info by typing NET HELP USER



Martin Buckley

ZENworks solutions

http://www.novell.com/zenworks
http://www.novell.com/coolsolutions/zenworks


 Justin Beckley [EMAIL PROTECTED] 31/Jul/2003 22:53:14 
This might be a very simple question to answer, but I will ask it
regardless.  I am having trouble fiding out how to add users in Windows
XP by using the command line.  If you type user at the command prompt,
it doesn't generate any errors.  This leads me to believe that user is
a command, but I can't see it doing anything and I haven't found any
documentation on it.  Any advice on this command or how to solve my
problem would be appreciated.  Thanks


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Adding users

2003-08-01 Thread Patrick J. LoPresti
jbeckley [EMAIL PROTECTED] writes:

 Thanks for that adice, it worked.  Now that I can add the user, is
 there a way to make to make the user account an administrator account?
 I checked the MS article and they didn't have anything about setting
 the account type.  Any suggestions on this.

net localgroup Administrators username /add

(Run just net localgroup Administrators for a listing of the
membership.)

 - Pat


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info