Currently Windows 8.1 has users jumping through hoops to reach the settings that manage bluetooth connectivity (Charms->Settings->Change PC Settings->PC and Devices->Bluetooth->On/Off). I was wondering, is there any way to programmatically turn the bluetooth on/off from the command prompt? I just want to write code that basically does what the Windows OS appears to be doing from that settings screen, to simply switch the bluetooth on/off.
I don't want to simply make a shortcut link to the settings as some folks suggest. I'm challenging myself to write a script or program that can do this, but these past few days I've googled the net for information and at this point I'm not sure if it can even be done. I've even tried installing a Windows bluetooth command line library called "Bluetooth Command Line Tools" and tried using their "btconfig -c0" command, but it doesn't seem to work. Is there a language/approach/methodology that I can employ towards achieving this goal? Thanks!