am not able to find netsh wlan command to connect to wireless networks. How do I install this service on windows xp ?

link|improve this question

0% accept rate
feedback

migrated from serverfault.com Feb 24 '10 at 15:13

This question came from our site for system administrators and desktop support professionals.

2 Answers

You can't find it because the netsh wlan command exists only in Windows Vista, Windows 7 and in Windows Server 2008.

The netsh from Vista will not work on XP.

From Technet Article from Microsoft explaining netsh wlan:

Applies To: Windows Server 2008,Windows Server 2008 R2

...

The commands documented in the Netsh WLAN reference for Windows Server® 2008 can be run - as documented – on computers running Windows Vista®.

Likewise, the commands documented in the Netsh WLAN reference for Windows Server® 2008 R2 Release Candidate (RC) can be run - as documented – on computers running Windows® 7 RC.

link|improve this answer
feedback

netsh should be available for you on Windows XP. Check C:\Windows\System32 for the exe.

Make sure your wireless device is found and installed properly.

Make sure you have at least service pack 2 installed as it has some updates for netsh.

Thanks, -Mathew

link|improve this answer
This is incorrect. SP2 does not add Vista functionality to XP. – Grizly Feb 24 '10 at 16:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.