Autodisconnect feature

  • Thread starter Thread starter George Hester
  • Start date Start date
G

George Hester

Please take a look at this article, "Mapped Drive Connection to Network
Share May Be Lost:"

http://support.microsoft.com/default.aspx?scid=kb;en-us;297684

It seems to give to methods to address this issue. One using regedit and
the other using the commond prompt net. What I am weondering is that
correct? Can I turn the autodisconnect feature off by using the method
explained at the end of the article and ignore the rest? Since I have two
servers which are sharing their drives do I have to turn the autodisconnect
feature off in both machines?
 
George,

This is just information & not an answer to a particular question

Crouchie1998
BA (HONS) MCP MCSE
 
The default timeout is 15 minutes. From a command prompt on the *server
side*
net config server /autodisconnect:-1
for no disconnect.

Setting this from the command line may turn off auto tuning for the server
service. So a better solution is to navigate to
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

and set the Reg_DWord hex value of
"autodisconnect"=ffffffff

If "autodisconnect" doesn't exist, Add it.

(note; ffffffff = aprox. 8171 years)


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Please take a look at this article, "Mapped Drive Connection to Network
| Share May Be Lost:"
|
| http://support.microsoft.com/default.aspx?scid=kb;en-us;297684
|
| It seems to give to methods to address this issue. One using regedit and
| the other using the commond prompt net. What I am weondering is that
| correct? Can I turn the autodisconnect feature off by using the method
| explained at the end of the article and ignore the rest? Since I have two
| servers which are sharing their drives do I have to turn the
autodisconnect
| feature off in both machines?
|
| --
| George Hester
| _______________________________
|
 

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