ferramenta de linha de comando para se conectar à rede sem fio no Windows XP [duplicado]

1

Existe alguma ferramenta de linha de comando para se conectar a uma rede sem fio no Windows. Eu sei netsh não é suportado no win XP. Existe alguma ferramenta de linha de comando de código aberto?

    
por Vidya 25.02.2010 / 05:57

2 respostas

0

Não que eu saiba. Muitas pessoas fizeram esta pergunta na internet e eu ainda não vi uma com uma resposta funcional.

No entanto, uma solução potencial poderia estar nos moldes de:

O Windows XP tem uma configuração de conexão sem fio "Preferencial" que pode fazer com que ele se conecte automaticamente a uma rede sem fio quando for inicializado.

Se você puder encontrar as chaves de registro responsáveis por isso, crie um arquivo * .reg e execute um programa em lotes 'execute' o arquivo * .reg, em seguida, execute ipconfig /release e, em seguida, ipconfig /renew para conectá-lo. .

Nota: eu não testei isso.

    
por 25.02.2010 / 06:54
0

Cópia da pergunta: Configurando o Wi-Fi no Windows XP a partir da linha de comando

Vou copiar minha resposta aqui para aqueles que chegam aqui:

Eu acho que esse pessoal tem sua resposta: link

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.

Uso da amostra:

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

Se não este, acho que este é o melhor: link

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.

    
por 03.03.2010 / 20:46