Microsoft is working to replace the tried and true control panel with the new Settings app. It is ‘Ok,’ but there are several things that are harder to do or not present. Also, if you are like me and have been doing it a while, you might just be used to where things are in the old Control Panel.

Here I give you 14 ways to open the Control Panel since having alternative ways lets you find something that fits your needs, or if you have a problem with part of your system not working, you may be able to find another way to get to what you need to do.

If I missed anything, please let me know in the comments section.

Windows 10 Control Panel

Windows Start Menu Fast

The Start Menu gives you several options for getting to the Control Panel.

Windows Search

  1. Click the Start Button or hit the windows key on your keyboard
  2. In the Start Menu, you don’t even need to click anything. You can start typing
  3. Type Control Panel
Start Menu: Just start typing “Control Panel.”

Pin To Start Menu

At any point, you can right-click the icon for the Control Panel and “Pin to Start” this places an easy-to-access shortcut in your Start Menu.

Right-clicking the Control Panel icon gives us a “Pin to Start” option
Now the Control Panel is directly in our Start Menu for easy access.

Pin To Taskbar

Like we just pined the shortcut to our start menu for easy access, we can pin it to our Taskbar for even easier access! You don’t have the start menu with this setup, as the Taskbar is almost always visible.

Right-clicking the Control Panel icon gives us a “Pin to taskbar” option for easier access.
Using the Pin to taskbar option, we don’t have to open the Start menu reducing our number of clicks to open the control panel.

Address Bar (File Explorer)

My preferred method to access the Control Panel is using File Explorer and the Address Bar. I like this since I almost always have a File Explorer or several open, and I can get there with as little as two clicks.

Dropdown

  1. Open your File Explorer window and click the “>” character in the Address Bar.
Clicking the “>” gives us quick address access. Including the Control Panel
  1. Click Control Panel from this menu

Type the Address

  1. Click on the Address Bar
  2. Start typing or fully typing “Control Panel.”
  3. Press Enter
Typing “Control Panel” into the Address Bar on File Explorer will open the Control Panel directly.

Command Line

At first, I couldn’t get the command line option to work, but I figured I was doing some things wrong.

The first issue was using a custom command I had built on my machine. I’ll make a post about using such commands soon. The second issue is related to the first since I didn’t have this custom command in place; I was obviously using the wrong command the entire time. The correct command to get the control panel open is the following:

shell:controlpanelfolder

PowerShell

Like the Command Line version, I used the incorrect command when I first wrote this article, and the same command for the cmd line works in PowerShell.

shell:controlpanelfolder

“Run” Window

You can open the run window by clicking the Windows Key + R; click here for more ways to open the Run Window.

Once you have that open, you can type in “control” or “control panel.”

You don’t even have to type “Control Panel” completely to get the Control Panel to open when using the “Run” window.

You can also right-click the start menu and open the “Run” window.

Task Manager

I made a video some time ago about the many ways to open Task Manager. No matter how you get it open, there is a run task command we can use to run Control Panel.

  1. Open Task Manager
  2. Click File > Run New Task
  3. Now just like using the “Run” window, you can type “Control” or “Control Panel” either will work.

Run the Executable

Suppose you are brave enough or face enough issues using other methods. It might be time to get to the system level and open the EXE file directly. You can double-click or right-click > open.

Right-click open on the control.exe program. Depending on your view settings, it might only say “control.”

Create Shortcut

Maybe you missed the memo and have been missing out on one of the most excellent Windows secrets. You can turn most things into shortcuts, and the Control Panel is no exception. Right-click the control.exe file and click Send to > Desktop (create shortcut).

Creating a Control Panel Shortcut from the EXE file Control.exe.

Click From Program List

When you click the Start button, you can scroll a list of programs through, leading us to the “Windows System” folder. Inside this folder is the Control Panel icon!

Control Panel is listed in the program list under the Windows System folder.

Create A Script

In the future, I will have an entire section of this website devoted to scripting and creating your own tools. This method is a straightforward way to get a script started, and later if we add this to our Environmental Variables, we can make our Control Panel open with a custom command.

  1. Start by picking a location for your script. I chose documents.
  2. Right-click to create a new file and select New > Text Document
  3. Windows will create a new File, and as long as it says “New Text Document.txt” with the extension txt included, this will be easy. If not, check out this article on turning on file extensions in File Explorer.
My File Explorer is showing file extensions so I can easily edit the file types and know what I’m opening.
  1. Change the name to something you will easily remember. For me, I used “CPL,” now add a .bat to the end of that file name you chose. Mine was CPL.bat
  2. Enter the location for your shortcut file to the Control Panel, the EXE, or the shell command as shown below (quotes included). Replace “YourUser” with your user name if you use the local shortcut file. However, I recommend using the shell command.

    "C:\Users\YourUser\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\control panel.lnk"
    or
    "C:\Windows\System32\control.exe"
    or
    shell:controlpanelfolder

    The last option shell:ControlPanelFolder will have better portability.
  1. Save and run!
The full script to open Control Panel as it is on my home PC.

Windows Settings Search

if you are already using the new Settings App to make some changes but are not finding the setting or tool you need, you can open the Control Panel directly from the Settings App by searching for “Control Panel”:

Searching for Control Panel inside the Settings App in Windows 10.

Ask Cortana

I like Cortana and enjoy using it. You can directly type into Cortana what you want or click the microphone icon to search for things or complete tasks. In this instance, we type in Control Panel, and she opens it for us.

Cortana can open the Control Panel in Windows 10.

Create A Shortcut Ver. 2

If you right-click in a folder or on your Desktop, you can create a shortcut to almost anything.

  1. Right-click where you want the shortcut to happen and click New > Shortcut
I am opening the shortcut menu in Windows 10.
  1. Either browse to the Windows > System32 folder and select control.exe to create your shortcut or directly type the address into the location bar:

    C:\Windows\System32\control.exe
  2. Click next, and you can name the shortcut if you don’t want it to say Control.exe.
The default name and icon of the shortcut are created using this method.

There you have it! Several methods you can use to open the Control Panel. I’ll work on updating and expanding this list soon. It has been an enormous help to know alternative paths to accomplishing tasks, especially when things aren’t going as planned.

I hope that helps!