Feb 23, 2004 #1 allenEd Technical User Nov 14, 2002 129 GB Hi, Does anyone know how can disable a "local area network" connection from a batch file. Thanks Allen
Hi, Does anyone know how can disable a "local area network" connection from a batch file. Thanks Allen
Feb 23, 2004 #2 ChicagoTechNet MIS Mar 1, 2003 853 US the easy way is using ipconfig command or perhaps netsh command. Robert Lin, MS-MVP, MCSE & CNE Windows, Network, Internet, VPN, Routing and How to at http://www.ms-mvps.com Upvote 0 Downvote
the easy way is using ipconfig command or perhaps netsh command. Robert Lin, MS-MVP, MCSE & CNE Windows, Network, Internet, VPN, Routing and How to at http://www.ms-mvps.com
Feb 23, 2004 Thread starter #3 allenEd Technical User Nov 14, 2002 129 GB Hi, cant see how you disable a connection.... any ideas thanks Allen Upvote 0 Downvote
Feb 23, 2004 #4 jpm121 MIS May 6, 2002 778 US If you're talking about a connection to a shared resource (drive, folder, printer) the NET command is what you're looking for. Type NET USE ? at a command prompt for documentation. Upvote 0 Downvote
If you're talking about a connection to a shared resource (drive, folder, printer) the NET command is what you're looking for. Type NET USE ? at a command prompt for documentation.