Help - Search - Members - Calendar
Full Version: Im Looking For A Program...
The CD Forum > Bart's PE Builder > General
dennis123123
Does anyone know of a program (freeware or not) which is portable (single EXE or similar) which will give me a button, systray icon or hotkey to immediately stop ALL network and internet traffic? Ive been looking around, and all i can find is large firewall apps with a "panic" button which does this exactly, but they are overkill and not portable!

Any help is much appreciated!
Thanks.
d4vr0s
An interesting idea.
The only thing I can come up with is writing a batch or autoit script that identifies the network adapters on a system, exports that list and then runs either devcon or netsh(ideally) to disable them.
d4vr0s
Ok, after a little testing it was discovered that netsh will only disable non-lan connections.
I found a little command line util here that can:
NICconfig
so with a quick and dirty little batch script, you can disable all the network connections:
CODE
for /f "skip=2 tokens=2* delims= " %%a in ('netsh interface show interface') do nicconfig "%%b" disable
dennis123123
wow! thanks for that biggrin.gif

i spent 5 minutes making a little systray GUI for it, which the programming is hideous, but im no pro tongue.gif

http://www.megaupload.com/?d=MPRPOYM3



BTW, that command line app fails to work on server 2003
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.