Drive Mappings

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi Guys,

I am having some troubles with some network shares. Drives
are mapped using a logon script, but on this one PC, over
time the drives replicate ie. --> \\server1\share1 on I
\\server1\share1 on G etc etc up to as many as 6 times.
This is specific to the one PC only.

Can anybody assist in stopping this?

Thanks,
James.
 
James said:
Hi Guys,

I am having some troubles with some network shares. Drives
are mapped using a logon script, but on this one PC, over
time the drives replicate ie. --> \\server1\share1 on I
\\server1\share1 on G etc etc up to as many as 6 times.
This is specific to the one PC only.

Can anybody assist in stopping this?

Thanks,
James.

I have never seen your phenomenon myself but I read about
it a long time ago. Here is the suggestion made at that stage:
Make this registry change:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explor
er]
"LinkResolveIgnoreLinkInfo"=dword:00000001

I would also insert this instruction early in your netlogon script:

net user /persistent:no > nul
 
It's usually a problem with FastFind. What version of Office are you using?
Disable FastFind (control panel, IIRC, or in your startup group)
 
Back
Top