App to toggle Internet

Discussion in 'other software & services' started by Acadia, May 20, 2020.

  1. Acadia

    Acadia Registered Member

    Joined:
    Sep 8, 2002
    Posts:
    4,332
    Location:
    US
    I use to have an Emsisoft security suite that had a neat feature that allowed me to toggle on and off my Internet connection, completely kill it. Since Emsisoft stopped developing that program, I really miss that feature.

    Does anyone know of a small app that will simply toggle the Internet on and off for me? Yes, I know that it can be done manually but that takes 3-4 steps.

    Thanks much, Acadia
     
  2. drhu22

    drhu22 Registered Member

    Joined:
    Aug 21, 2010
    Posts:
    585
    Of course you can do that easily with any fw or fw control program, but if you want a dedicated app just for that NetDisabler from Sordum works very well for me
     
  3. stapp

    stapp Global Moderator

    Joined:
    Jan 12, 2006
    Posts:
    24,121
    Location:
    UK
    Emsisoft Anti Malware (EAM) has this
    Annotation 2020-05-21 053854.jpg
     
  4. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,940
    windows can do with batch or some modern with powershell (ps)
    https://www.windowscentral.com/how-enable-or-disable-wi-fi-and-ethernet-network-adapters-windows-10
    emsisoft is using nothing else

    or get Autoit, this part of script and compile it to exe
    https://www.autoitscript.com/forum/topic/165837-enabledisable-network-connection/

    you need to create a button and then call the function
    Code:
    NetWorkEnableDisable(NetWorkName [, Enable_Disable])
    networkname is important, enable_disable true or false (default=true)
     
    Last edited: May 21, 2020
  5. Acadia

    Acadia Registered Member

    Joined:
    Sep 8, 2002
    Posts:
    4,332
    Location:
    US
    Thanks everyone for all the info.
    Acadia
     
  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.