1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Way to temporarily turn off Ethernet interface?

Discussion in 'Networking (Hardware & Software)' started by networkstudent, 2006/04/03.

  1. 2006/04/03
    networkstudent

    networkstudent Inactive Thread Starter

    Joined:
    2006/04/03
    Messages:
    1
    Likes Received:
    0
    Can you temporarily turn off the Ethernet interface (that is, the interface is turned off but the next time the system boots, it will boot with the interface activated), and if so, how?

    I'm looking for a command similar to Linux's ifdown (which isn't persistent).

    Thanks,
    networkstudent
     
  2. 2006/04/03
    jdc071391

    jdc071391 Inactive

    Joined:
    2006/03/31
    Messages:
    86
    Likes Received:
    0
    You could delete the driver in device manager and plug and play will find it on startup and install the driver.

    JC
     

  3. to hide this advert.

  4. 2006/04/04
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    I'd look to stop a service. If the service is set to Automatic, it will restart on reboot. The next question is which service. The Workstation service is the basic networking client service. Stopping this will turn off all outgoing network connections. For incoming services the the Server service does the same. So at a command prompt:

    net stop workstation
    net stop server

    Will stop all network connections. The connections will be recovered on reboot.

    The one issue with this is dependant services. If you are doing this manually, you can just OK the pop-up that prompts you to stop dependant services. If you want to stop the services with a script you can use the /Y option:

    http://support.microsoft.com/default.aspx?scid=kb;en-us;89356
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.