Disabling "Restore Network Connections" startup di

Hi, I have a network of 3 pcs all using W2K and they each share various partitions. I don't always have all three pcs on all of the time, most often I'll have just one on, so when I start that pc up when it is going through the start up and getting through to W2K it of course complains that it cannot connect to the ...

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar19.webp

86 Posts
Location -
Joined 2001-03-04
Hi,
 
I have a network of 3 pcs all using W2K and they each share various partitions.
 
I don't always have all three pcs on all of the time, most often I'll have just one on, so when I start that pc up when it is going through the start up and getting through to W2K it of course complains that it cannot connect to the shared partitions on the other machines (because they are switched off). It then asks me if I'd like to "restore network connections" or not.
 
This is one seriously annoying message because as far as I'm concerned, it should connect to these drives if it can and not connect to them if it can't, there isn't another choice as far as I'm concerned. It shouldn't wait for me to tell it to 'ignore' or to try again.
 
This is irritating because I'd like to switch on my machine and let the machine get to the desktop whilst I'm not present, I don't want to return to the machine after 30minutes from switching it on to find that it hasn't even logged in and is waiting for a reponse from me to proceed.
 
Any ideas ??
 
Oh, and I don't want to disconnect the network drive and map it every time I need access.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar21.webp

5 Posts
Location -
Joined 2000-03-24
Turn on all PCs. Disconnect every network drive from Windows Explorer. Put a batch file on startup folder of every PC using NET USE command (use this command to create network drives for you).
 
Do NET USE /HELP to understand how it will work.
 
Example: NET USE Z: \\COMPNAME\SHARENAME
 
You can use /NO or /YES switches too (and others).

data/avatar/default/avatar32.webp

6 Posts
Location -
Joined 2002-03-24
start
run
net use /help
 
gives me this error
 
net is not recognized as an internal or external command, operable program or batch file

data/avatar/default/avatar19.webp

86 Posts
Location -
Joined 2001-03-04
OP
Quote:Turn on all PCs. Disconnect every network drive from Windows Explorer. Put a batch file on startup folder of every PC using NET USE command (use this command to create network drives for you).

Do NET USE /HELP to understand how it will work.

Example: NET USE Z: \\COMPNAME\SHARENAME

You can use /NO or /YES switches too (and others).

Hi Etrigan,

When you say put a batch file in startup folder, is that the same place where the autoexec.bat (in my case c ?? BTW, I tried this and nothing happened, what are the switches for ??

Thanks.

data/avatar/default/avatar09.webp

79 Posts
Location -
Joined 2001-11-09
Just a rumor I have heard, when using the "Map-Network-Drive"-Wizard (Explorer -> Tools -> Map Network Drives...)
 
If you hold down the SHIFT-Key when you press the "Finish"/"Ok" button, then it will not annoy you if it cannot map the drive at bootup.

data/avatar/default/avatar09.webp

1 Posts
Location -
Joined 2004-08-08
Network share connections established are either persistent or ghosted. Persistent connections are reconnected at relogon. Setting to ghosted connections should do the trick on Windows 2000!!
 
Here is the registry info:
 
HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Control\NetworkProvider
Name: RestoreConnection
Type: REG_DWORD
Value: 0 ghost connection
Value: 1 persistent
 
Regards, Mike
http://www.voormedia.com/

data/avatar/default/avatar35.webp

1 Posts
Location -
Joined 2004-10-01
This does not exist in the registry?!
 
Do you mean to create the entry with those values?
 
thanks

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
Correct.
 
Adding those keys to your workstation should suppress that message. This is generally used in optimizing metaframe servers. But hey if it works for you, give it a whirl.