Login Scripts

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm editting users scripts to point to a new server using
the same drive letters, but the scripts will not over-
write the drives that are already mapped. The clients are
Win XP Pro. Is there an easy way to do this?
 
Place these instructions into your logon script:

net use /persistent:no
net use * /d /y
net use s: \\YourServer\YourShare
etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top