"Scott Meyers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Pegasus wrote:
>> - Use logon script with embedded passwords such as
>> net use Q: \\DesktopPC\MyShare /User
esktop SomePassword
>
> Where would I put such a script such that it would execute automatically
> upon logon?
>
> Thanks,
>
> Scott
Here is the full script:
@echo off
net use /persistent:no
net use Q: \\DesktopPC\MyShare /User

esktop SomePassword
ping localhost -n 5 > nul
Save these lines in this file:
c:\documents and settings\all users\start menu\programs\startup\netlogon.bat
It's best to try the second "net use" command at a Command Prompt
until you're satisfied that it works.