I would like to automate connecting PC to phone's internet connection via Bluetooth using the AutoHotKey script which will perform the following actions:
Once the Devices and Printers window is open, I should be safely able to finish most of actions by sending keystrokes.
Now the question:
In Windows 7, Devices and Printers can be open via command line
control bthprops.cpl
but in Windows 8 the same command opens Modern UI screen PC Settings > Devices instead of the above window. Is there a way to open the above window programatically either via command line or via DLL call?