Unable to reconnect to hard drive

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Since the day we changed are server almost everyone gets in windows the
question that the its unable te reconnect all hard drives. Now i want to know
if its possible to say to windows that he doesn't need those connections and
that he doesn't need to reconnect everythime. Some cind of registry file? We
use xp pro servicepack 2. Is it possible to see which connection he wants to
reconnect to?
 
bram said:
Since the day we changed are server almost everyone gets in windows the
question that the its unable te reconnect all hard drives. Now i want to know
if its possible to say to windows that he doesn't need those connections and
that he doesn't need to reconnect everythime. Some cind of registry file? We
use xp pro servicepack 2. Is it possible to see which connection he wants to
reconnect to?

i mean network drives
 
bram said:
i mean network drives

found it myself

To disable the reconnect network drives failure warning:

Use a registry editing tool to navigate to the following key:
HKEY_CURRENT_USER\Network

Insert or change a value with the following details:
Data Type: DWORD
Value Name: RestoreDiskChecked
Value: 0
 
bram said:
:




found it myself

To disable the reconnect network drives failure warning:

Use a registry editing tool to navigate to the following key:
HKEY_CURRENT_USER\Network

Insert or change a value with the following details:
Data Type: DWORD
Value Name: RestoreDiskChecked
Value: 0

Best to use the net command to accomplish this. The command can run
in the logon script:

net use /persistent:no
net use * /delete /y

The first commands will prevent attempts to reconnect at logon, the
second one will delete all mapped devices. To delete selected device
replace the * with the selected device.

John
 

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