Control Panel
Is it really necessary for one to type .cpl after the name of a Control Panel Applet in the run dialog box?
October 23rd, 2007 4:27am
Yes,
unless you create separate *.cmd files in your System32 director with the same name.
Example
For inetcpl.cpl you can make a inetcpl.cmd file which contains the following:
Inetcpl.cmd
@echo off
start /w control inetcpl.cpl
exit
Free Windows Admin Tool Kit Click here and download it now
October 23rd, 2007 5:50pm


