[HC official] Kill switch 11-10-2013, 05:21 PM
#1
Kill Switch
![[Image: o0jb.jpg]](http://imageshack.com/a/img4/2426/o0jb.jpg)
Feature:
Allows you to Kill a process & network interface instantly by HotKey.
You can combine killing a process and network interface or just induvidual process or induvidual network interface.
It's also possible to Enable ( revive ) already disabled network interface (/adapter) by pressing the "Enable" button.
Requirements:
.Net Framework 4.0
Usage:
Adapter / network interface killing:
Select an adapter from apaters list and check the checkbox to allow killing via hotkeys.
Once you add / remove adapters from your machine, make sure you refresh the adapters list using the "refresh list" button.
Process killing:
Select an process you wish to kill by selecting a process from process listbox and check the checkbox to allow killing via hotkeys.
Once you start a new process or stop already started one, make sure you refresh your process list by clicking on "refresh list" button.
Hotkeys:
Modify your hotkeys by choosing following combinations : ( ctrl / alt / shift / winKey ) + F12
To enable killing over HotKeys, you have to check the checkbox "enable hotkeys".
Download:
KillSwitch.exe
Download source:
Form1.cs
thanks to:
I'd like to thank to MSDN community for helping me to resolve some errors in my code.
Also thanks to this guy: https://www.youtube.com/user/MikeAbyss?feature=watch who's tutorial helped me to add global hotkeys properly.
![[Image: o0jb.jpg]](http://imageshack.com/a/img4/2426/o0jb.jpg)
Feature:
Allows you to Kill a process & network interface instantly by HotKey.
You can combine killing a process and network interface or just induvidual process or induvidual network interface.
It's also possible to Enable ( revive ) already disabled network interface (/adapter) by pressing the "Enable" button.
Requirements:
.Net Framework 4.0
Usage:
Adapter / network interface killing:
Select an adapter from apaters list and check the checkbox to allow killing via hotkeys.
Once you add / remove adapters from your machine, make sure you refresh the adapters list using the "refresh list" button.
Process killing:
Select an process you wish to kill by selecting a process from process listbox and check the checkbox to allow killing via hotkeys.
Once you start a new process or stop already started one, make sure you refresh your process list by clicking on "refresh list" button.
Hotkeys:
Modify your hotkeys by choosing following combinations : ( ctrl / alt / shift / winKey ) + F12
To enable killing over HotKeys, you have to check the checkbox "enable hotkeys".
Download:
KillSwitch.exe
Download source:
Form1.cs
thanks to:
I'd like to thank to MSDN community for helping me to resolve some errors in my code.
Also thanks to this guy: https://www.youtube.com/user/MikeAbyss?feature=watch who's tutorial helped me to add global hotkeys properly.