Is it possible to open .cpl files with the custom tool config? I haven't been able to successfully launch one form D7 without creating a batch file first. (I am not using the built in option to open system properties because I want it in my custom maint.)
What I am inputting in the App Path/Executable name is this:
control.exe %windir%\system32\sysdm.cpl
I have tried just
%windir%\system32\sysdm.cpl
But it didn't work. So I just create a batch file to open sysdm.cpl and it works.
I have a couple other control panel applets I want to add -- international options and powercfg.cpl. Can this be done without the need of a batch file?