I've noticed that a Windows XP client continually tries to reconnect to a Samba share that no longer exists. This is despite rebooting, and despite having disconnected the share on the client. Windows seems to persistently remember the server\share and want to reconnect with it. Is there a way to stop this? ---Jason Mader, FHWA/NHTSA National Crash Analysis Center, The George Washington University, VA Campus
> Windows seems to persistently remember the server\share and want to > reconnect with it. Is there a way to stop this?On the XP box, from a cmd prompt run: net use Find the connection you're after, then run net use \\server\share /delete That should fix it. Cheers, Adam.