Not much luck opening the Windows 10 Pro Special Ed, Control Panel. It's not the program. It's me. The most simple way I tried was "go control panel" and many more unsuccessful ways.
Is there also a way to open select items of the Control Panel, mouse, also using an Opus-Button.
Bob
This works for me to open the control panel...
cd /system
@async:/system\control.exe
Regards, AB
Here are a couple of samples...
cd /system
@async:/system\appwiz.cpl
cd /system
@async:/system\services.msc
The first one opens Programs and Features, the second one opens the Services dialog.
Regards, AB
I never did get the control panel to work for me. Is there a way that I can make it work with Nuance Dragon - Command Browser DVC. I tried the following with no success, can you help.
Sub Main
ShellExecute "cd /system @async:/system\control.exe"
End Sub
Bob
Guessing... I'd give this a try.
Sub Main
ShellExecute "control.exe"
End Sub
1 Like
Good guess! Haver you ever tried the lottery?
Bob