Network disks

  • Thread starter Thread starter =?iso-8859-15?Q?J=E9r=F4me_Zufferey?=
  • Start date Start date
?

=?iso-8859-15?Q?J=E9r=F4me_Zufferey?=

Small network problem under Windows XP (SP2) connected to a NT4 server. We
hage 3 disks conneted on boot (k:\ L:\ M:\) on the workstations. But at
any time, disks are aded till letter Z. Don't know if it's due to SP2
(other pc's under windows 2000 don't have such problem) or if there is
simple way to adjust such a "bug".
Thanks all,
Jerome

Petit problème sous Windows XP (SP2) connecté à un serveur NT4... Nous
avons trois lecteurs réseau (k:\ l:\ m:\) reconnectés au démarrage sur les
postes de travails, mais à tout moment il s'en rajoute (jusqu'à z...),
semble-t-il lorsqu'on parcourt le serveur.
Il y a certainement un truc simple, comme toujours, mais... SOS!
Merci
 
If the script ids something like:

net use * \\server\share

you may need to first delete the old mapping before assigning a new one.
Also, its better to specify the drive letter than have windows pick them for
you.

net use K: \\server\share /delete
net use K: \\server\share
etc...

....kurt
 
No virus vut will have the look at the script as soon as possible. Strange
because my customer has about 10 pc's on network and only two of them are
doing THAT!
Thanks,
Jerome
 
Back
Top