Networking Forums

Networking Forums > Computer Networking > Windows Networking > removing remembered drives?

Reply
Thread Tools Display Modes

removing remembered drives?

 
 
Cindy B
Guest
Posts: n/a

 
      07-11-2007, 06:32 PM
all of a sudden random network users are starting to get errors at logon.
it is a system 85 error. It is trying to duplicate drive mappings, almost as
if we were running 2 scripts, which of course we are not.

the first 3 mapped drives say;
********
g:\>net use F: "server\foldername"
System error 85 has occured.
The local device name is already in use.
(repeated for 2 other drives - but they map OK)
The last message is;

g:\net use M:\servername\servername-d\filename
M: has remembered connection to \\servername\servername-d\oldfilename
Do you want to overwrite the remembered conncetion? (Y/N)

this was first reported about 10 days ago - now seems to be appearing on
more PC's - not all and at random occurances. The file name update in the
logon script was changed at least a month ago, if not longer. I have
confirmed that no login scripts still have that old file name in them.
No login scripts are repeated.
Any ideas why this might be occuring?
Any way to remove all "remembered connections" with the login script or a
bat file?
I have manually disconnected alldrives a few PCs getting this and that seems
to take care of it, however we have over 500 PCs in this domain.
Any help greatly appreciated - thanks in advance!

--
Cindy B
 
Reply With Quote
 
 
 
 
Raptor
Guest
Posts: n/a

 
      07-11-2007, 09:53 PM
"Cindy B" <(E-Mail Removed)> wrote in message
news:ECC13919-63FC-4DAE-84B9-(E-Mail Removed)...
> all of a sudden random network users are starting to get errors at logon.
> it is a system 85 error. It is trying to duplicate drive mappings, almost
> as
> if we were running 2 scripts, which of course we are not.
>
> the first 3 mapped drives say;
> ********
> g:\>net use F: "server\foldername"
> System error 85 has occured.
> The local device name is already in use.
> (repeated for 2 other drives - but they map OK)
> The last message is;
>
> g:\net use M:\servername\servername-d\filename
> M: has remembered connection to \\servername\servername-d\oldfilename
> Do you want to overwrite the remembered conncetion? (Y/N)
>
> this was first reported about 10 days ago - now seems to be appearing on
> more PC's - not all and at random occurances. The file name update in
> the
> logon script was changed at least a month ago, if not longer. I have
> confirmed that no login scripts still have that old file name in them.
> No login scripts are repeated.
> Any ideas why this might be occuring?
> Any way to remove all "remembered connections" with the login script or a
> bat file?
> I have manually disconnected alldrives a few PCs getting this and that
> seems
> to take care of it, however we have over 500 PCs in this domain.
> Any help greatly appreciated - thanks in advance!
>
> --
> Cindy B


I am experiencing a very similar problem. Only thing I can add is that I
also am trying in the script to explicitly disconnect the mapped drives on
logout and right before mapping in the logon script.
So far I've not found any thing to fix it.


 
Reply With Quote
 
z1z1z1
Guest
Posts: n/a

 
      07-12-2007, 12:04 AM
"Raptor" <(E-Mail Removed)> wrote in
news:(E-Mail Removed):

> "Cindy B" <(E-Mail Removed)> wrote in message
> news:ECC13919-63FC-4DAE-84B9-(E-Mail Removed)...
>> all of a sudden random network users are starting to get errors at
>> logon. it is a system 85 error. It is trying to duplicate drive
>> mappings, almost as
>> if we were running 2 scripts, which of course we are not.
>>
>> the first 3 mapped drives say;
>> ********
>> g:\>net use F: "server\foldername"
>> System error 85 has occured.
>> The local device name is already in use.
>> (repeated for 2 other drives - but they map OK)
>> The last message is;
>>
>> g:\net use M:\servername\servername-d\filename
>> M: has remembered connection to \\servername\servername-d\oldfilename
>> Do you want to overwrite the remembered conncetion? (Y/N)
>>
>> this was first reported about 10 days ago - now seems to be
>> appearing on more PC's - not all and at random occurances. The file
>> name update in the
>> logon script was changed at least a month ago, if not longer. I have
>> confirmed that no login scripts still have that old file name in
>> them. No login scripts are repeated.
>> Any ideas why this might be occuring?
>> Any way to remove all "remembered connections" with the login script
>> or a bat file?
>> I have manually disconnected alldrives a few PCs getting this and
>> that seems
>> to take care of it, however we have over 500 PCs in this domain.
>> Any help greatly appreciated - thanks in advance!
>>
>> --
>> Cindy B

>
> I am experiencing a very similar problem. Only thing I can add is that
> I also am trying in the script to explicitly disconnect the mapped
> drives on logout and right before mapping in the logon script.
> So far I've not found any thing to fix it.
>
>
>


Maybe the following line?

NET USE * /DELETE

When you do the mappings,
you might want the /PERSISTENT:NO option on NET USE


There is a freeware utility named NETUSE that may help -
The original link http://wettberg.home.texas.net/freeware.htm
seems to be gone, but it is still available for download at:
http://www.soft25.com/dl.asp?id=25638
 
Reply With Quote
 
Raptor
Guest
Posts: n/a

 
      07-12-2007, 02:17 PM
>
> Maybe the following line?
>
> NET USE * /DELETE
>
> When you do the mappings,
> you might want the /PERSISTENT:NO option on NET USE
>
>
> There is a freeware utility named NETUSE that may help -
> The original link http://wettberg.home.texas.net/freeware.htm
> seems to be gone, but it is still available for download at:
> http://www.soft25.com/dl.asp?id=25638


Done and done before. Didn't alter a thing for me.
I also tried changing the script type from batch to vbs script and it didn't
change anything either.


 
Reply With Quote
 
Cindy B
Guest
Posts: n/a

 
      07-12-2007, 04:30 PM
thanks for the discussion here.
I tried the net use * /delete, with no results. However... then I REM's out
a couple of the map drives - and that did not take effect either.
Maybe I should be trouble shooting the script itself not applying correctly?
thoughts?
We haven't had trouble with these before. I copied our regular one, renamed
it test and applied to my login..???
--
Cindy B


"z1z1z1" wrote:

> "Raptor" <(E-Mail Removed)> wrote in
> news:(E-Mail Removed):
>
> > "Cindy B" <(E-Mail Removed)> wrote in message
> > news:ECC13919-63FC-4DAE-84B9-(E-Mail Removed)...
> >> all of a sudden random network users are starting to get errors at
> >> logon. it is a system 85 error. It is trying to duplicate drive
> >> mappings, almost as
> >> if we were running 2 scripts, which of course we are not.
> >>
> >> the first 3 mapped drives say;
> >> ********
> >> g:\>net use F: "server\foldername"
> >> System error 85 has occured.
> >> The local device name is already in use.
> >> (repeated for 2 other drives - but they map OK)
> >> The last message is;
> >>
> >> g:\net use M:\servername\servername-d\filename
> >> M: has remembered connection to \\servername\servername-d\oldfilename
> >> Do you want to overwrite the remembered conncetion? (Y/N)
> >>
> >> this was first reported about 10 days ago - now seems to be
> >> appearing on more PC's - not all and at random occurances. The file
> >> name update in the
> >> logon script was changed at least a month ago, if not longer. I have
> >> confirmed that no login scripts still have that old file name in
> >> them. No login scripts are repeated.
> >> Any ideas why this might be occuring?
> >> Any way to remove all "remembered connections" with the login script
> >> or a bat file?
> >> I have manually disconnected alldrives a few PCs getting this and
> >> that seems
> >> to take care of it, however we have over 500 PCs in this domain.
> >> Any help greatly appreciated - thanks in advance!
> >>
> >> --
> >> Cindy B

> >
> > I am experiencing a very similar problem. Only thing I can add is that
> > I also am trying in the script to explicitly disconnect the mapped
> > drives on logout and right before mapping in the logon script.
> > So far I've not found any thing to fix it.
> >
> >
> >

>
> Maybe the following line?
>
> NET USE * /DELETE
>
> When you do the mappings,
> you might want the /PERSISTENT:NO option on NET USE
>
>
> There is a freeware utility named NETUSE that may help -
> The original link http://wettberg.home.texas.net/freeware.htm
> seems to be gone, but it is still available for download at:
> http://www.soft25.com/dl.asp?id=25638
>

 
Reply With Quote
 
z1z1z1
Guest
Posts: n/a

 
      07-13-2007, 12:49 AM
=?Utf-8?B?Q2luZHkgQg==?= <(E-Mail Removed)> wrote in
news:01866439-86E1-41A1-AB54-(E-Mail Removed):

> thanks for the discussion here.
> I tried the net use * /delete, with no results. However... then I
> REM's out a couple of the map drives - and that did not take effect
> either. Maybe I should be trouble shooting the script itself not
> applying correctly? thoughts?
> We haven't had trouble with these before. I copied our regular one,
> renamed it test and applied to my login..???

--
Cindy B


"z1z1z1" wrote:

> "Raptor" <(E-Mail Removed)> wrote in
> news:(E-Mail Removed):
>
> > "Cindy B" <(E-Mail Removed)> wrote in message
> > news:ECC13919-63FC-4DAE-84B9-(E-Mail Removed)...
> >> all of a sudden random network users are starting to get errors at
> >> logon. it is a system 85 error. It is trying to duplicate drive
> >> mappings, almost as
> >> if we were running 2 scripts, which of course we are not.
> >>
> >> the first 3 mapped drives say;
> >> ********
> >> g:\>net use F: "server\foldername"
> >> System error 85 has occured.
> >> The local device name is already in use.
> >> (repeated for 2 other drives - but they map OK)
> >> The last message is;
> >>
> >> g:\net use M:\servername\servername-d\filename
> >> M: has remembered connection to \\servername\servername-d

\oldfilename
> >> Do you want to overwrite the remembered conncetion? (Y/N)
> >>
> >> this was first reported about 10 days ago - now seems to be
> >> appearing on more PC's - not all and at random occurances. The

file
> >> name update in the
> >> logon script was changed at least a month ago, if not longer. I

have
> >> confirmed that no login scripts still have that old file name in
> >> them. No login scripts are repeated.
> >> Any ideas why this might be occuring?
> >> Any way to remove all "remembered connections" with the login script
> >> or a bat file?
> >> I have manually disconnected alldrives a few PCs getting this and
> >> that seems
> >> to take care of it, however we have over 500 PCs in this domain.
> >> Any help greatly appreciated - thanks in advance!
> >>
> >> --
> >> Cindy B

> >
> > I am experiencing a very similar problem. Only thing I can add is

that
> > I also am trying in the script to explicitly disconnect the mapped
> > drives on logout and right before mapping in the logon script.
> > So far I've not found any thing to fix it.
> >
> >
> >

>
> Maybe the following line?
>
> NET USE * /DELETE
>
> When you do the mappings,
> you might want the /PERSISTENT:NO option on NET USE
>
>
> There is a freeware utility named NETUSE that may help -
> The original link http://wettberg.home.texas.net/freeware.htm
> seems to be gone, but it is still available for download at:
> http://www.soft25.com/dl.asp?id=25638
>



In a script, you would have to use
NET USE * /DELETE /Y

The /Y answers the question that it would normally ask.

Are these machines in a domain, and if so, is there a connection being
done to a "home folder" via the user's profile settings? Perhaps this is
where the "remembered" connection is coming from?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
How to detect bluetooth devices in range with WSALookupServiceBegin/Next (and not all remembered deveices) Chris G Wireless Networks 0 11-13-2008 09:22 AM
Removing a DC Richard Windows Networking 3 04-04-2006 05:25 PM
removing broc Broadband Hardware 1 04-26-2005 10:49 PM
Change my 'Remembered Password' for wireless connection mike0898 Wireless Networks 2 02-22-2005 12:32 AM
help removing MSN & associated components please wahbg Windows Networking 0 02-23-2004 03:33 AM



1 2 3 4 5 6 7 8 9 10 11