Connection to server keeps dropping . . .

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Connection to server keeps dropping . . .

Connection to server keeps dropping . . .

by basit » January 9th, 2016, 3:37 am

This is the solution to fixing this :-

To configure the EnableLinkedConnections registry value, follow these steps:

Click Start , type regedit in the Start Search box, and then press ENTER.

Locate and then right-click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Point to New , and then click DWORD Value .
Type EnableLinkedConnections , and then press ENTER.
Right-click EnableLinkedConnections , and then click Modify .
In the Value data box, type 1 , and then click OK .

Exit Registry Editor, and then restart the computer.

Also insert this in the bat file that connects to server (on desktop)

NET CONFIG SERVER /AUTODISCONNECT:-1

Top