Control panel
If you use WinTask to automate Control panel by mouse clicks, it is not reliable. It is better to launch directly CONTROL.EXE and to add a parameter to specifiy which properties you want to access, through a .CPL file as listed below :
ACCESS.CPL : Accessibility properties or Ease of Access Center
APPWIZ.CPL : Add/Remove programs or Programs and Features
COLLAB.CPL : People Near Me
DESK.CPL : Display properties
FIREWALL.CPL : Firewall properties
HDWWIZ.CPL : Add Hardware Wizard
INETCPL.CPL : Internet properties
INTL.CPL : Regional settings properties
JOY.CPL : Joystick properties
MAIN.CPL : Mouse properties
MLCFG32.CPL : Microsoft Outlook properties
MMSYS.CPL : Multimedia properties
MODEM.CPL : Modems properties
NCPA.CPL : Network properties
NUSRMGR.CPL : User accounts properties
ODBCCP32.CPL : ODBC data source administrator
POWERCFG.CPL : Power management properties or Power Options
STICPL.CPL : Scanner/Camera properties
SYSDM.CPL : System properties
TELEPHON.CPL : Dialing properties
TIMEDATE CPL : Date/Time properties
WSCUI.CPL : Windows Security Center
'Call example
file_cpl$="Main.cpl"
lgncmde$="control.exe "+file_cpl$
shell(lgncmde$)