Share via

How do I launch the "desktop icon settings" window from the run prompt

Anonymous
2023-09-28T02:54:51+00:00

I can launch the mouse properties by clicking run>main.cpl.

I want to put "This PC" on the desktop of multiple PC's and I want to launch the "Desktop Icon Settings" directly, rather than going into settings. does anyone know the shortcut? this is on windows 10.

<Changed to a question>

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2023-09-28T05:11:49+00:00

    Press Win + R.

    Type the following command:

    control.exe desk.cpl,,0

    Press Enter.

    (Optionally, you may create a desktop shortcut for the above command.)

    20+ people found this answer helpful.
    0 comments No comments
  2. Ramesh 176.1K Reputation points Volunteer Moderator
    2023-09-28T06:26:10+00:00

    Please check:

    The first part of the command-line can be replaced with control.exe

    For example:

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

    is the same as running the following:

    • control.exe desk.cpl,,0

    Hope that info helps.

    8 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-09-28T06:11:40+00:00

    Excellent! Is there a master list of all possible system windows and their direct launch short cut commands?

    I already have several:
    Network = netcpl.cpl

    System = sysdm.cpl

    User Accounts = Control userpasswords

    ....etc....

    None of the shortcuts in my list have any permutations of control.exe desk.cpl,,0

    So if you have a list more comprehensive than is available on google, it would be greatly appreciated.

    2 people found this answer helpful.
    0 comments No comments