XP Wireless/Wired LAN

Posted: 08-18-2003, 02:34 PM
Hi-

Is there a way to setup a laptop so that it automatically
disables the wireless connection when a network cable is
plugged in, and re-enables it back when the cable is
unplugged. Both wired wireless NICs are built-in.

Thanks.
Reply With Quote

Responses to "XP Wireless/Wired LAN"

GTS
Guest
Posts: n/a
 
Re: XP Wireless/Wired LAN
Posted: 08-18-2003, 07:11 PM
I know of no way to make this automatic, but here is a trick that may help.
The following commands assume a NIC from 3COM and a wireless adaptor from
Netgear just for example sake. You would have to use the proper name for
your hardware, which you can list by running ipconfig /all in a command
prompt.

This is actually based on a solution I came up with for a Win9X user for a
slightly different purpose, where it worked very well. I don't guarantee it
will work for your situation, but think it worth a try. You could try this
in a command window first, and if it works, put it in two batch files with
shortcuts on the desktop. (You could probably use /release all for the
first command instead, depending on your setup.)

I would appreciate it if you would advise whether it works for you.

rem Switch to Wireless
ipconfig /release 3COM* [NIC name for example sake]
ipconfig /renew Netgear* [Wireless adaptor name for example sake]

rem Switch to Wired
ipconfig /release Netgear* [Wireless adaptor name for example sake]
ipconfig /renew 3COM* [NIC name for example sake]


------------------------------------------------------------
GTS Computer Service
serving northern New Jersey
www.gtscomputerservice.com
------------------------------------------------------------


"Fadi Kalach" <fadi.kalach@fmr.com> wrote in message
news:04fe01c3658d$7276d390$a001280a@phx.gbl...
> Hi-
>
> Is there a way to setup a laptop so that it automatically
> disables the wireless connection when a network cable is
> plugged in, and re-enables it back when the cable is
> unplugged. Both wired wireless NICs are built-in.
>
> Thanks.

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wired and Wireless networks Lou Windows Vista Networking & Sharing 6 06-21-2008 06:29 PM
Vista+XP+Wired+Wireless excelBRISKbaby Windows Vista Networking & Sharing 0 07-31-2007 09:26 PM
Wireless and Wired Networking help Jeff Banks Windows Vista Networking & Sharing 2 09-19-2006 03:24 AM
Wired nor wireless connection available ThinkPad Windows Vista Networking & Sharing 1 06-26-2006 03:08 PM
Can WIN XP be my Bridge from WIRELESS to WIRED 802.11b????? sean archer Windows XP Configuration & Management 0 06-29-2004 07:46 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90