Log in

View Full Version : How can i Turn off network when capturing?


movmasty
29th January 2003, 22:43
How can i Turn off network when capturing?
(a way easy to get back please)

raveamoeba
30th January 2003, 06:44
if you are using XP you can go into network neighborhood and right click your network connection, and choose disable.

jcsston
31st January 2003, 03:58
If you have Windows 98 and your Network Card starts with a 'N' here's a small program that brings up the System Properties and Disables the Network with key press automatically. It's written in VB6
I have another version that force reboots afterwords for a clean capture setup.

movmasty
31st January 2003, 08:36
ok, lets wait the attachment

bur "starting with a N" :confused:

jcsston
31st January 2003, 09:44
ok It send KeyPresses.

SendKeys "{RIGHT}"
SendKeys "{TAB}"
SendKeys "{TAB}"
SendKeys "N"
SendKeys "{RIGHT}"
SendKeys "N"
SendKeys "%R"
SendKeys "%D"
SendKeys "{ENTER}"
Sleep (2000)
AppActivate "System Properties"
SendKeys "{ENTER}"
the %'s stands for Alt
I can easily change the N to whatever the first letter of your network adapter name in "System Properties" is.

To re-enable your network just run it again :D

JoeShrubbery
3rd February 2003, 03:11
You know there's this little cable that runs from the back of your computer that it you just pull it out... ;)

jcsston
3rd February 2003, 06:02
Originally posted by JoeShrubbery
You know there's this little cable that runs from the back of your computer that it you just pull it out... ;) Yes will keep the network from working, but you network card is still active. I forced to disable my network card in order to capture or I get a hard lockup within 5mins.