We can use Control Panel tools either by navigating to Control Panel or via using command line. It's an useful way from an administrator's point of view.
All control panel tools are named with .cpl extension as *.cpl and all the .cpl files are strored in %systemroot%\system32 folder. We have to use the names of control panel tools by which they are present in this folder.
List of .cpl files.
|
Control Panel Applet
|
CPL File
|
|
Accessibility Wizard
|
Access.cpl
|
|
Add/Remove Programs
|
Appwiz.cpl
|
|
Display
|
Desk.cpl
|
|
Internet Settings
|
Inetcpl.cpl
|
|
Regional & Language Options
|
Intl.cpl
|
|
Gaming Options
|
Joy.cpl
|
|
Mouse
|
Main.cpl
|
|
Sounds & Audio Options
|
Mmsys.cpl
|
|
Network Connections
|
Ncpa.cpl
|
|
Administrative Tools\Data Sources (ODBC)
|
Odbc32.cpl
|
|
Power Options
|
Powercfg.cpl
|
|
System
|
Sysdm.cpl
|
|
Phone & Modem Options
|
Telephon.cpl
|
|
Date & Time
|
Timedate.cpl
|
Now to use this files syntax or the way to use the file is:
1. Open Run dialog box or Command prompt.
2. Type there : "control *.cpl" where * is for any file name listed above.
3. If your control panel tool contains more than one tab then iFor opening particular tab of any control ( )
"control *.cpl,,i" where i is index for tab, first tab numbered as 0(default tab if no number is specified).
4. Example: "control main.cpl" which will open mouse properties but default tab is first tab.

5. Example: "control main.cpl,,2" which will open the same mouse properties but this time the tab opened will be 2nd satring first tab as 0.

6. Example: "control main.cpl keyboard" . This option will open keyboard properties.
