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
This is the solution to fixing this :-
To configure the EnableLinkedConnections registry value, follow these steps:
Click Start , type [b]regedit[/b] in the Start Search box, and then press ENTER.
Locate and then right-click the following registry subkey:
[b]HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System[/b]
Point to New , and then click [b]DWORD Value[/b] .
Type [b] EnableLinkedConnections[/b] , and then press ENTER.
Right-click [b]EnableLinkedConnections[/b] , and then click [b] Modify[/b] .
In the [b]Value data box[/b], type [b]1 [/b], 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)
[b]
NET CONFIG SERVER /AUTODISCONNECT:-1[/b]