To launch a Control Panel applet from the Run command, you just need to know its name:
Type | To launch |
---|---|
ncpa.cpl |
Network Connections |
appwiz.cpl |
Add or Remove Programs |
inetcpl.cpl |
Internet Properties |
sysdm.cpl |
System Properties |
control printers |
Printers and Faxes |
mmsys.cpl |
Sound and Audio Devices Properties |
The above list is not exhaustive. There are many more applets that can be launched in the same way; I listed the ones I use the most. The applets are .cpl
files located in the %windir%\system32
folder.
If .cpl
files are not associated to the control.exe application, you’ll need to type control name.cpl
to launch the applet.
It is possible to pass arguments when launching an applet in order to select a particular page and/or tab. For example, typing control inetcpl.cpl,,4
will open the Internet Properties applet with the 5th tab already selected (the index is 0-based). Typing control
is mandatory if you want to pass arguments.
For detailed info and a more complete list of available applets, check out these resources:
www.geekgirls.com
vlaurie.com