Issue / Question
Keep WIFI Radio enable in CE devices
Applicable To
MC31, MC21, and MC91
Resolution / Answer
Steps:
1. Create a registry file with content below:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WLAN] "InitialState"=dword:0 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WCSRV] "InitialState"=dword:0
Note that:
dword:4 = WLAN off.
dword:0 = WLAN on.
2. Save and place this registry file in device \Application partition.
3. After executing the registry, warm boot the device to take effect.