hl=en&lnk=gst&q=controlpanel+exe&rnum=16#ca9e6de71d2ab864
To clone a cpl, get the code and copy it to your BSP.You should be
compiling
a DLL with CPL=1 in the SOURCES file.
As soon as you have a .cpl in your image (in the \Windows folder), it
will
be enumerated in you control panel.
To launch the 13th applet, call
CreateProcess(_T("\\Windows\\ctlpnl.exe"),_T("cplmain.cpl,
13"),NULL,NULL,FA LSE,0,NULL,NULL,NULL,&ProcessInfo);