> Hi all,
>
[quoted text clipped - 4 lines]
> do
> it manually.
First - have to ask - why do you need 100 users on an XP box? Seems
overkill - and if in a shared computer environment you might want to
investigate the newly BETA "Shared Use Computer Toolkit"
http://www.microsoft.com/windowsxp/sharedaccess/default.mspx
But... the NET command may be your friend here. Using the "Net user"
command as mentioned here:
http://www.windowsnetworking.com/kbase/WindowsTips/WindowsNT/AdminTips/Accounts/
ManageNTaccountsusingNETUSERcommandlineutility.html
you could automate the creation using a batch file or script.
Hope this helps!
Glenn Fincher
WM - 29 Jun 2005 23:02 GMT
You can also use ADSI - will do the same in a matter of seconds, source code
for scripts to add users via ADSI are all over the net.
>> Hi all,
>>
[quoted text clipped - 22 lines]
>
> Glenn Fincher