- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the recomended method for programmatically enabling/disabling RF for the Intel® PRO/Wireless 3945ABG, 2915ABG and 2200BG adapters on a Windows XP system.
Niklas Lepisto
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
During Intel PROSet Installation, choose WMI Provider to install.
Then, you can use WMI script to programmatically turn WiFi Radio On/Off.
Steps:
Connect to WMI using machine name and the desire namespace (in this case root\ cimv2)
Obtain a WiFi_NetworkAdapter class.
Start looping over all the instances of a WiFi_NetworkAdapter class
Call 'SetRadioState' method to set the software radio off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steps:
Connect to WMI using machine name and the desire namespace (in this case root\ cimv2)
>Obtain a WiFi_NetworkAdapter class.
>Start looping over all the instances of a WiFi_NetworkAdapter class
>Call 'SetRadioState' method to set the software radio off.
What does this mean?
Can you explain more simply?
Can I turn on wireless radio, on my notebook Acer TravelMate 270, whit this metod?(I have pro\wireless 2200bg on my notebook but the radio button doesn't turn on the radio)
please help me
thanks

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page