Jump to content
Compatible Support Forums
Sign in to follow this  
Michael Nielsen

Making a logon script

Recommended Posts

Here's an example of what we use.

 

 

net use /persistent:no

 

net use f: \\fs1\share

net use h: \\fs1\privatedata\jerryb

net use w: \\fs1\mis

net use m: \\fs1\market

 

 

net time /set /yes \\ds1

 

 

Hope this helps

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×