Sometimes it doesn't connect (especially to an ad-hoc network) unless I press rescan button.
How to control Wi-Fi connectivity in Windows XP from command line? (There's no 802.11-related things in XP's "netsh").
|
Sometimes it doesn't connect (especially to an ad-hoc network) unless I press rescan button. How to control Wi-Fi connectivity in Windows XP from command line? (There's no 802.11-related things in XP's "netsh").
| ||||
|
feedback
|
|
I think this guys have your answer: http://code.mincus.com/31/windows-wireless-api/
Sample Usage:
If not this one, I think this one is best: http://www.wlanbook.com/enable-disable-wireless-card-command-line/
| ||||
feedback
|
|
You could potentially use devcon (a DOS program that can control devices in your system) to simulate unplugging and reconnecting the device. This may cause it to reconnect. I had a wireless USB adapter on a system that I did not have a keyboard/mouse connected to for a few years and had a batch file that would routinely check for internet access and if there was none, it would use devcon to cycle the USB device on/off. | |||
feedback
|
|
Check your wireless card manufacturer for tools included in the driver package or as an extra download. Sometimes the manufacturer will include extra goodies for use with their hardware, but you must search it out on their support web site. As you have noticed, XP's netsh does not have the wireless support that Vista and above does. You could use VBScript to do this, but that is beyond my ability to assist you. | |||
|
feedback
|