How to reset interrupted "net use connections" from other LAN computers / increase max number of con

  • Thread starter Thomas Heinrich
  • Start date
T

Thomas Heinrich

From several computers in my LAN some connections are established to my Win2000 Pro server with e.g.
"net use" commands.

For some reasons these connection are interrupted/not disconnected in a clean way
from the remote clients computer view.

That means from the local Win2000 computers view these connections are still alive.

As far as I remember the max number of such connections is limited to 4.
Is this correct ?

How can I disconnect/wipe/remove from local Win2000 these connections when the
remote client computer is not alive any more ?

How can I detect if the connections are still valid ?

How can I increase the number of possible connections to my local Win2000 computer ?

Thomas
 
D

Dave Patrick

Thomas Heinrich said:
From several computers in my LAN some connections are established to my
Win2000 Pro server with e.g.
"net use" commands.

For some reasons these connection are interrupted/not disconnected in a
clean way
from the remote clients computer view.
* Any details? Possibly check the event log.
That means from the local Win2000 computers view these connections are
still alive.

As far as I remember the max number of such connections is limited to 4.
Is this correct ?
* For a Windows 2000 workstation the number is 10

How can I disconnect/wipe/remove from local Win2000 these connections when
the
remote client computer is not alive any more ?
* From a command prompt;

net use /persistent:no
net use * /delete /y

would disconnect all network resources.

How can I detect if the connections are still valid ?
* Might depend on what process needs to know.

How can I increase the number of possible connections to my local Win2000
computer ?
* Change to a server operating system.



--

Regards,

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

Dave Patrick

Thomas Heinrich said:
From several computers in my LAN some connections are established to my
Win2000 Pro server with e.g.
"net use" commands.

For some reasons these connection are interrupted/not disconnected in a
clean way
from the remote clients computer view.

That means from the local Win2000 computers view these connections are
still alive.
* * Any details? Possibly check the event log.

As far as I remember the max number of such connections is limited to 4.
Is this correct ?
* For a Windows 2000 workstation the number is 10

How can I disconnect/wipe/remove from local Win2000 these connections when
the
remote client computer is not alive any more ?
* From a command prompt;

net use /persistent:no
net use * /delete /y

would disconnect all network resources.

How can I detect if the connections are still valid ?
* Might depend on what process needs to know.

How can I increase the number of possible connections to my local Win2000
computer ?
* Change to a server operating system.


--

Regards,

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

Danny Sanders

As far as I remember the max number of such connections is limited to 4.
Is this correct ?


Only 10 concurrent connections under Win 2k pro.
How can I increase the number of possible connections to my local Win2000
computer ?

You can't.

hth
DDS
 

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

Top