PDA

View Full Version : Shortcut (or app) for opening the control panel?


acrh2
15th September 2009, 02:48 PM
I'd like to have a shortcut or an app that would open the control panel (the settings window).
Is it possible?

Thanks.

twfx
15th September 2009, 04:32 PM
There are third-party programs available for this. Search controlpanel.exe and you may find one.

acrh2
15th September 2009, 09:08 PM
There are third-party programs available for this. Search controlpanel.exe and you may find one.

I can only find evidence of people running into problems with not finding this program.

Is there anything else available?

Or could someone even just write a small app to do that please?

Marcdu81
15th September 2009, 09:37 PM
Hi,try this .

acrh2
15th September 2009, 10:47 PM
Hi,try this .

Thank you very much. It works, and the functionality is great.
The only problem is it seems to have been made for lower resolution screens. The icons look a little bigger that they should, and most importantly, the font size seems to be twice larger than it should.

Is there a way to tell the thing to use smaller font?

Thanks.

Marcdu81
15th September 2009, 10:49 PM
Yes you can use Reshacker ( on your computer ) and rezize the icon by editing the exe .

acrh2
15th September 2009, 11:02 PM
Yes you can use Reshacker ( on your computer ) and rezize the icon by editing the exe .

No, I mean control panel applets inside the Settings window have 2x the normal size font, and slightly larger icons. I don't care about the icon size that much, but the huge fonts are a little annoying/hard to read ("Advan..." instead of "Advanced Network").

Here's an example:
http://img225.imageshack.us/img225/7610/cpl.png

Paragon
16th September 2009, 01:54 AM
Any way of doing this for the backlight setting?

acrh2
16th September 2009, 03:03 AM
Any way of doing this for the backlight setting?

If you mean to open a control panel applet in charge of backlight settings, this is quite easily done with simple shortcuts. I don't know how to open a particular tab, but the shortcut should read this string:
command line string - "\windows\ctlpnl.exe" cplmain.cpl,3 (on modern devices, I think).

I create shortcuts by this procedure:
1) download and install Total Commander: http://ghisler.fileburst.com/ce/tcmdpocketarm.cab
2)Start Total Commander and browse to \windows\ctlpnl.exe, select ctlpnl.exe, click File/>>>>>>>/Create Shortcut, chose "\" as destination.
3) Browse back to "\", select ctlpnl.lnk, click and hold, choose Properties, go to Shortcut tab, modify Target to look as the command line string I wrote before.
4) Click and hold on ctlpnl.lnk, and choose rename. Rename the shortcut to "Backlight.lnk" or "Power.lnk" or whatever you desire.
5) Select power.lnk, click and hold, choose copy/move, then Tree, navigate to \windows\start menu\programs, do "move".
Now you should have a shortcut to the power applet in the program list. It contains the backlight tabs.
:)

Paragon
16th September 2009, 04:50 AM
If you mean to open a control panel applet in charge of backlight settings, this is quite easily done with simple shortcuts. I don't know how to open a particular tab, but the shortcut should read this string:
command line string - "\windows\ctlpnl.exe" cplmain.cpl,3 (on modern devices, I think).

I create shortcuts by this procedure:
1) download and install Total Commander: http://ghisler.fileburst.com/ce/tcmdpocketarm.cab
2)Start Total Commander and browse to \windows\ctlpnl.exe, select ctlpnl.exe, click File/>>>>>>>/Create Shortcut, chose "\" as destination.
3) Browse back to "\", select ctlpnl.lnk, click and hold, choose Properties, go to Shortcut tab, modify Target to look as the command line string I wrote before.
4) Click and hold on ctlpnl.lnk, and choose rename. Rename the shortcut to "Backlight.lnk" or "Power.lnk" or whatever you desire.
5) Select power.lnk, click and hold, choose copy/move, then Tree, navigate to \windows\start menu\programs, do "move".
Now you should have a shortcut to the power applet in the program list. It contains the backlight tabs.
:)

Thanks. The shortcut is wrong for WM6.1 but I got "Powerexe.exe to work which takes me just one tap away so that's good enough for me.

Dave

acrh2
16th September 2009, 01:51 PM
Thanks. The shortcut is wrong for WM6.1 but I got "Powerexe.exe to work which takes me just one tap away so that's good enough for me.

Dave

It appears that cplmain.cpl,3 will open powerexe.exe on my Sprint TP2. Using cplmain.cpl,3,2 does not open the backlight tab though. I haven't seen anything on the web about powerexe.exe accepting command line parameters for opening different tabs though.

It's unfortunate when developers, who have a simple and consistent mechanism for doing certain things, decide to change it and lose some functionality at the same time.

Paragon
16th September 2009, 02:40 PM
well that's weird. I have a telus TP2 and cplmain.cpl,3 doesn't work...scrathes head.

acrh2
19th September 2009, 01:52 PM
Anyway...
Is there a simple way by any chance to make a wm6 app change the icon/text size?

(I tried disassmebling and understanding how it worked, and failed miserably - having no prior knowledge of the cpu and os architecture, that was to be expected.)