enable and disable network connection

  • Thread starter Robert L [MVP - Networking]
  • Start date
R

Robert L [MVP - Networking]

You may have many options. You may run ipconfig to release or stop the network services. This search result may help,

How to setup windows network, internet sharing, remote access and VPNHow to enable/disable the Remember My Password on IE. Top 5 Windows 2003 SP1 Issues · Connectivity issues after installing Server 2003 SP1 · Connection ...
http://www.howtonetworking.com/


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
Hi,

how can I enable and disable a network connection, but with a command line,
can I with a ipconfig command, or there is another command?

I have Win Xp SP2.

thanks
 
G

Guest

Hi,

how can I enable and disable a network connection, but with a command line,
can I with a ipconfig command, or there is another command?

I have Win Xp SP2.

thanks
 
J

Jack \(MVP-Networking\).

Hi
From a cmd box.
Examples:
ipconfig ... Show information.
ipconfig /all ... Show detailed information
ipconfig /renew ... renew all adapters
ipconfig /renew EL* ... renew any connection that has its
name starting with EL
ipconfig /release *Con* ... release all matching connections,
eg. "Local Area Connection 1" or
"Local Area Connection 2"
Jack (MVP-Networking).
 
G

Guest

Netsh is a command-line scripting tool that allows you to display or modify
the network configuration of a computer running Windows XP.

Try this one
 

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