PC Review


Reply
Thread Tools Rate Thread

connecting to mapped network drives

 
 
proteanthread
Guest
Posts: n/a
 
      15th Jan 2010
isn't there a way to connect to mapped network drives after network
connection has been established and NOT before as windows attempts to
do by default?
 
Reply With Quote
 
 
 
 
Pegasus [MVP]
Guest
Posts: n/a
 
      15th Jan 2010


"proteanthread" <(E-Mail Removed)> said this in news item
news:958ff5bc-b3e3-41aa-8d86-(E-Mail Removed)...
> isn't there a way to connect to mapped network drives after network
> connection has been established and NOT before as windows attempts to
> do by default?


Windows only attempts to do this if you let it. Its behaviour is controlled
by issuing this command just once:

net use /persistent:no
or
net use /persistent:yes

To get rid of remembered connections, run these two commands just once:
net use /persistent:no
net use * /del

To seize control over your network connections, create a logon batch file
like this one:

@echo off
net use R: \\PC2\Share1
net use S: \\PC3\Share5

 
Reply With Quote
 
Anteaus
Guest
Posts: n/a
 
      15th Jan 2010
http://mylogon.net might suit your needs.

"proteanthread" wrote:

> isn't there a way to connect to mapped network drives after network
> connection has been established and NOT before as windows attempts to
> do by default?
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
connecting to mapped network drives proteanthread Windows XP General 2 15th Jan 2010 07:10 PM
connecting to mapped network drives proteanthread Windows XP Networking 2 15th Jan 2010 07:10 PM
connecting to mapped network drives proteanthread Microsoft Windows 2000 2 15th Jan 2010 07:10 PM
Mapped Network Drives not connecting over VPN Don Devenney Windows Vista Networking 4 9th Dec 2008 02:05 AM
Mapped network drives Not connecting at logon =?Utf-8?B?cHVkZHl0YXR6?= Windows XP Help 5 3rd Jan 2006 08:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:47 PM.