Home » Questions » Computers [ Ask a new question ]

Configuring Wi-Fi in WIndows XP from Command line?

Configuring Wi-Fi in WIndows XP from Command line?

Sometimes it doesn't connect (especially to an ad-hoc network) unless I press rescan button.

Asked by: Guest | Views: 374
Total answers/comments: 2
Guest [Entry]

"I think this guys have your answer: http://code.mincus.com/31/windows-wireless-api/

Executable Options:

-Enable Enable the wireless interfaces specified by limit. If no limit specified, enable all wireless interfaces. This option effectively checks the “Use Windows to configure my wireless network settings” checkbox under the Wireless Network Connection Properties.

-Add Path(s) to an XML file containing the information about the Wireless Access point that you wish to setup.

-Delete Access Point name(s) that you wish to remove from the profile list.

-Nics List wireless interfaces by their description and GUID.

-Aps List access points by AP name.

-Limit GUID of the interface(s) to limit the additions, deletions, and access point listings to. The default is to use all interfaces.

Sample Usage:

Delete access point from all interfaces: wifi_config.exe -delete SAMPLE-AP

Delete multiple access points from a specific interface: wifi_config.exe -delete SAMPLE-AP1 SAMPLE-AP2 -limit {GUID}

Add multiple profiles: wifi_config.exe -add “C:\profile1.xml” “C:\profile2.xml”

List access points: wifi_config.exe -aps

If not this one, I think this one is best: http://www.wlanbook.com/enable-disable-wireless-card-command-line/

The DevCon utility is a command-line utility that acts as an alternative to Device >Manager. Using DevCon, you can enable, disable, restart, update, remove, and query >individual devices or groups of devices. DevCon also provides information that is >relevant to the driver developer and is not available in Device Manager.

You can use DevCon with Microsoft Windows 2000, Windows XP, and Windows Server 2003. >You cannot use DevCon with Windows 95, Windows 98, or Windows Millennium Edition."
Guest [Entry]

"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."