Solved connect/disconnect from internet

stefos

New Member
Messages
8
Silly question probably, but what is the best routine for going offline and then to reconnect when appropriate. I'm going all round the houses at the minute... :think:
 

My Computer

System One

  • OS
    windows 8
You can go to Control Panel > Network and Sharing Centre > Change Adapter Settings, then right click the network you want to disconnect and select enable/disable to turn it on or off.

If it's something you want to do regularly, it's possible to create a shortcut here using a CLSID key (it sounds more complicated than it actually is).

  • Go to C:\Users\[Your Username]
  • Right click an empty area and select New > Shortcut
  • Where it says 'Type the location of the item', paste the following: explorer shell:::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
  • Click 'Next' and give it a name such as Network. Then click finish.
  • Now that you have a shortcut, you can right click on it and pin it to Start, or pin it to Taskbar.
  • If you want, you can change the icon like you can with other shortcuts
  • On clicking the shortcut it will take you directly to the adapter settings, where you can then right click on the network you want to disconnect and select enable/disable to turn it on or off.

Another way would be to create a shortcut to C:\Windows\System32\ncpa.cpl. The only problem with this method is that it won't give you the option to right click on it and pin it to Start or Taskbar, therefore the above method is probably more flexible.

For more information on creating CLSID Key (GUID) Shortcuts, see the following link:
http://www.eightforums.com/tutorials/13591-clsid-key-guid-shortcuts-list-windows-8-a.html

The GLSID keys are listed at the above link under 'Network Connections':
explorer shell:::{7007ACC7-3202-11D1-AAD2-00805FC1270E} or
explorer shell:::{992CFFA0-F557-101A-88EC-00DD010CCC48}

Some third party Firewalls will give you the option to stop all internet traffic, however they don't usually disable the network connection as such, they just block all incoming/outgoing packets.
 

My Computer

System One

  • OS
    Win 8 64-bit
Back
Top