creating Shortcuts to control panel objects

W

Wayne Blackman

As I frequently turn my screen saver off and on, I would like to create a
shortcut directly to the Screen Saver Applet in Control Panel. I have
managed to make one to Personalization, This is not what I want, I would
like one click access to Screen Saver, Is this possible?

TIA
Wayne
 
J

John John - MVP

Create a shortcut to this target line:

rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1

You can change the digit at the end if it doesn't open the tab you want,
for example:

rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2

and so on.

John
 
W

Wayne Blackman

John John - MVP said:
Create a shortcut to this target line:

rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1

You can change the digit at the end if it doesn't open the tab you want,
for example:

rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2

and so on.

John

Thanks John, it worked perfectly.

Wayne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top