Disable Bluetooth (.NET CF or Reg?) iPaq 2210

A

Andrew Martin

I've got to hack iPaqs so that the users can't access BT
functionality. Are there any interfaces that I can programmatically
disable in my application or registry settings that might allow me to
disable it? I'm tempted to load regedit and just start playing with
the stack.

Any ideas are appreciated. I did not find much after searches.

-a
 
P

Paul G. Tobey [eMVP]

If there's a Bluetooth driver loaded, it's probably listed in
HKEY_LOCAL_MACHINE\Drivers\BuiltIn. You should probably just take a look
and see what seems like it might be Bluetooth.

Paul T.
 
A

Andrew Martin

I've got to hack iPaqs so that the users can't access BT
functionality. Are there any interfaces that I can programmatically
disable in my application or registry settings that might allow me to
disable it? I'm tempted to load regedit and just start playing with
the stack.

Any ideas are appreciated. I did not find much after searches.

-a

I deleted:
\HKLM\SOFTWARE\Widcomm\Btconfig
\HKLM\SOFTWARE\Widcomm\Connection Wizard
\HKLM\SOFTWARE\Widcomm\Connections
\HKLM\SOFTWARE\Widcomm\Locations
\HKLM\SOFTWARE\Widcomm\Version

And it tricks the device into thinking it does not have a BT radio
installed. Probably a little overkill, but it didn't appear to effect
other functions (some of the BT Apps gave the wrong errors, but
nothing crashed).

-a
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top