Looking at the control panel documents used by settings.exe (for example, rootcdma.cpl.xml), we can see that many control panels use ".cpl.xml" documents but others supply only a clsid value. The file-based control panels can be launched from the command line using a command such as this:
\windows\settings.exe about.cpl.xml
Is there a corresponding command line method that can be used to launch the clsid-based control panels And if not, perhaps there is a COM-based method that can be used
<stinger-controlpanel-doc>
<cpl-title res="30056"/>
<cpl-link href="telephonygsm.cpl.xml" res="30038"/>
<cpl-link href="soundsgsm.cpl.xml" res="30030"/>
<cpl-link clsid="{4B7CEEDD-7179-4a8b-AB92-340545B0AB07}" res="16330"/>
...
</stinger-controlpanel-doc>