Control panel in windows 10 creators update. Open Control Panel from the Start Menu

If the control panel does not open on Windows 10, then it may be disabled. To enable Control Panel in Windows 10, you will need to launch the Local Group Policy Editor, and for that you will need to launch the Run application.

How to get Control Panel back in Windows 10

On the keyboard, simultaneously presses the keys WIN + X and a context menu will open immediately on the monitor in the lower left part.

Windows 10 Control Panel not working

In this menu, you need to move the cursor to the item Execute.


Control Panel disappeared in Windows 10

The Run application will start and a window will open in which you need to enter the command in the line gpedit.msc and press the OK button or the Enter key on the keyboard.


How to repair Windows 10 Control Panel

This will launch the Local Group Policy Editor window. In this window, on the left side of it, you need to follow the path User configAdministrative TemplatesControl Panel... Move the cursor over the Control Panel item and press the left mouse button. After that, on the right side of the window, find the item Deny access to control panel and computer settings.


Disappeared Windows 10 Control Panel how to repair

Double-click on this item with the left mouse button or right-click and select the item Edit from the context menu that opens. A window will open titled Block access to Control Panel and Computer Settings. In this window, you need to put a dot at the point Not set, and then click OK.


Windows 10 Control Panel won't start

After that, you can close all windows and start using the Control Panel. If you need to disable the Control Panel, then in the Local Group Policy Editor you need to change the setting to Included.

Users of the "seven" and earlier releases of Windows are used to the fact that the control panel is always at hand and it is not difficult to find it. However, the developers of Windows 10 decided to wean us from such a useful tool by offering to replace the awkward utility "Parameters".

Fortunately, the old, classic panel has not disappeared anywhere - it was simply hidden away from our eyes. But not too far, and we can still use it. Today we'll talk about how to open Control Panel in Windows 10 in four simple ways, as well as how to add it to Start and Desktop menus.

Let it be the same: add a shortcut to the control panel in Start

In Windows 7 and XP, the control panel shortcut was in the Start menu. If you want to return it to the same place in the top ten, do this:
  • Go to Start and scroll through the list of applications to the letter "C". Open the group " Service -Windows". Here is our loss. It is located in the same place as before.

  • To add a control panel tile to the rest of the Start tiles, right-click on it and select " Pin to Start Screen". In addition (or instead of), you can fix it to the taskbar. To do this, open the subsection “ Additionally"And click the appropriate command.

If you run both commands, control panel shortcuts will appear in both Start and the taskbar.

Open the control panel through Windows search

And the panel executable file - control.exe, is permanently stored in the system directory % windir% \\ System32... It is inconvenient to refer to it for each file opening. And it is not necessary. It is much easier to use system search.

To launch the control panel using the internal search engine, click on the magnifying glass image next to the Start button and start writing in the line “ Search inWindows»Word control.Not completely. Then it remains only to click on the found application.

Run the Control file via Run

System utility " Execute"- a good alternative to search, only it does not search, but launches programs by the name of their executable files. We already know which file is responsible for launching the control panel - this is control.exe... It remains to drive this name (without the extension) into the line “ Open"And click OK.

The utility itself is launched by pressing the Windows + R combination or from the Start context.

Open the panel using the tray icons

Another shortcut to opening the control panel is the battery charge (on laptops) and network connection icons in the system tray. We click on any of them with the right key of the "rodent" and select " Adjusting the screen brightness», « Power supply" or " Network Control Center ...". All of these commands will lead us to the same place, albeit in different ways.

In the window that opens next, click " Control Panel - Home Page". And we will be where it is required.

Add the item "Control Panel" to the desktop menu

The menu, in which we are going to include an additional item, opens by right-clicking on an empty space on the desktop.

Adding a new command to it is done by, more precisely, in the section HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell... In it, we have to create 2 subsections and several parameters.

To create a new registry key, launch the RegEdit editor, go to the above folder and right-click on an empty field in the window. Press the command “ Create a"And" Section". Let's give the new section an arbitrary name, for example, control.

The next step is to create in the section " Control"Parameter" MUIVerb". To do this, once again click on the free field, select “ Create a"And" String parameter».

The value " MUIVerb"There must be a phrase or word to be displayed in the context of the desktop. Right-click on the parameter name and select “ Edit».

In the next window, set the parameter to “ Control Panel».

Next, in the same way, create a subsection in the section control, that is, in the one that we just created and filled with data. It should be named " Command". It, as elsewhere, initially contains the parameter “ Default", And we have to assign a meaning to it.

To register the parameter " Default"New value, right-click on it and select" Edit". The value should be the name of the control panel executable file - control.exe.

After updating the desktop, the item " Control Panel»Will appear in its menu.

If you want a standard icon next to it, create in the section HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\control one more string parameter - " icon"And assign it the value" control.exe».

To place the command in the group at the top or bottom of the menu, create the parameter “ position"With the value" top"(Top) or" bottom"(Bottom).

Here's what I got:

If the method of entering data into the registry seems too laborious for you, you can automate it. For example, by creating a batch file in bat format. Then all operations instead of your hands will be performed by the command line.

The content of the bat file looks like this:

@echo off
chcp 1251\u003e nul
reg add “HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\ control” / v MUIVerb / t reg_sz / d “Control Panel” / f
reg add “HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\ control” / v icon / t reg_sz / d Control.exe / f
reg add “HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\ control” / v position / t reg_sz / d bottom / f
reg add “HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\ control \\ command” / v “” / t reg_sz / d control.exe / f
:: If you want to place the panel at the top of the menu, change the word bottom to top in the penultimate command.

Copy these lines into notepad (or the program that replaces it) in the same order as they are shown here. Then save the file under an arbitrary name with the .bat extension.

To add data to the registry, run this file as administrator. The changes will take effect immediately - without restarting the computer. If the required command does not appear in the menu, refresh the desktop by clicking on its free area and pressing F5.

To remove " Control Panel»From the desktop menu, run the following instruction in the command line launched with administrator rights:

reg delete "HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\ control" / f

Or manually delete the created key and all its contents from the registry.

Returning the control panel to the Start context

If you remember, some time ago the coveted panel was in Windows 10 in the context menu of the Start button. But after updating the system, it disappeared from there. However, it is not hopeless. You can return it back not even in one, but in several ways:
  • By pasting the copied shortcut into a special directory, which is responsible for displaying the corresponding item in the context of Start.
  • By creating a new shortcut using the HashLnk console utility.
  • Creating a shortcut and menu command using the Win + X Menu Editor utility.

Insert shortcut

The first method is perhaps the easiest, but it requires the original Control Panel shortcut copied from another copy of Windows 10 where it was saved. It will not work just like that, since the system checks the checksum of the file.

So, if you can get hold of the shortcut you want, just place it in a folder. Note that under the name " ControlPanel"The application shortcut is stored there" Parameters". If you want to keep both, copy the new one without replacement.

For the new command to appear in the menu, restart your computer or restart Explorer through the task manager.

Creating and preparing a shortcut using HashLnk

  • Download from the link and place it in the root directory of the C, D or another drive (not necessarily in the root, but it's more convenient this way).
  • Place the control panel shortcut created in any way there. In the properties of the shortcut, namely in the field " An object", Write the path to the control.exe file ( % windir% \\ system32 \\ control.exe). Also give the shortcut a meaningful name, for example, “ Control Panel».

  • Open a command console and follow the instruction: D:\ hashlnk. exeD:\ Control Panel. lnk(replace D: \\ with the path to your file location). If the command is successful, the message “ Hash generated and applied (0x850DD6C5)».

  • Now it remains to move the processed shortcut to the folder % LocalAppData% \\ Microsoft \\ Windows \\ WinX \\ Group2and restart the explorer.

Create a shortcut using Win + X Menu Editor

This will seem to be the most convenient for those users who prefer GUI applications. The utility, as its author writes, is created on the basis of the HashLnk code and for ease of use is enclosed in a "tangible" shell. Unfortunately, it has not been translated into “great and mighty”, but it’s easy to figure out what's what.

In addition to the so important and necessary control panel, Win + X Menu Editor allows you to add commands to open other programs and system tools to Start. And also create new groups, move shortcuts from one group to another, change their order, rename and delete.

To add a panel to group 2 (where it was originally), select Group 2 in the main window of the program, open " Addaprogram"And click the line" Addacontrolpanelitem».

In the list that appears, find the item of interest and click " Select».

To make the panel appear in the Start context, click " RestartExplorer»To restart the explorer.

If the command is displayed in the Start not in the proper form (for example, in English spelling), simply select it for the program, press F2 and enter a new name.

Windows 10 MSDaRT is a Windows recovery drive that everyone should have

How to open Control Panel in Windows 10 and add it to the Desktop and Start menu updated: November 8, 2017 by the author: Johnny mnemonic

, you probably noticed thatin the context menu "Start" the selection of "Control Panel" has disappeared and you can select "Options" instead. Why this was done by the developer is not entirely clear, since most users entered the control panel from the Start menu. In today's article we will return "Control Panel" to the place! I show two ways.

Missing Control Panel in Windows 10 Creators Update version 1703 (OS Build 15063.13)

In the Windows 10 operating system, there is a folder called Group2, which stores some shortcuts to applications included in the Start context menu, in particular, the Control Panel shortcut is located there. We just need to replace the wrong label with the correct one. What needs to be done for this.

Secondly, after updating Windows 10 to version 1703 (OS Build 15063.13), a Windows.old folder appeared on your drive (C :), which contains all the files of your previous version of Win 10 1607, in case you don't like the new build. and you want to roll back to the previous one. Open the Group2 folder located in Windows.old, the full path looks like this:

C: \\ Windows.old \\ Users \\ Your Username \\ AppData \\ Local \\ Microsoft Windows \\ WinX \\Group2.

Copy the shortcut in this folder Control Panel (Control Panel) this is the correct shortcut,

(you can download an archive with a shortcut on my cloud storage.

Then go back to drive (C :) in the folder:

C: \\ Users \\ Your Username \\ AppData \\ Local \\ Microsoft \\ Windows \\ WinX \\ Group2... It is in this folder that the wrong Control Panel shortcut is located and must be replaced with the correct one. U right-click on an empty space, select "Paste" from the menu that appears

The operating system asks us if we want to replace the file in the destination folder. Yes, we want and left-click on the offer.

That's all. If now select from the context menu"Start" item "Settings" , it will already open« Control Panel» .

Restart your computer and the Start menu will show "Control Panel" instead of Parameters.

Second way. Create a shortcut to the Control Panel on the desktop

Instead of all the above actions, we can simply create a shortcut to the Control Panel on the desktop and enter it using this shortcut.

Right-click on an empty spot on the desktop and select New -\u003e Shortcut.

"Done"

Now on our desktop there is a shortcut to the Control Panel, with which we can get into it.

"Control Panel" Is one of the most important components of the Windows operating system, and its name speaks for itself. Using this tool, you can directly manage, configure, launch and use many system tools and functions, as well as find and fix various problems. In our today's article, we will tell you what methods of launching "Panels" in the latest, tenth version of the OS from Microsoft.

Run window
The above startup option "Panels" can be easily shortened by one step by eliminating "Command line" from the algorithm of actions.


Method 2: Search function

One of the distinguishing features of Windows 10, if we compare this version of the OS with its predecessors, is a smarter and more thoughtful search system, endowed, moreover, with a number of convenient filters. For start "Control panels" you can use both a general search throughout the system, and its variations in individual system elements.

System search
By default, the search bar or search icon is already displayed on the Windows 10 taskbar. If necessary, you can hide it, or, conversely, activate the display if it was previously disabled. There is also a combination of hot keys for quick access to the function.


System "parameters"
If you often refer to the section "Parameters"available in Windows 10, you probably know that there is also a quick search option there. By the number of steps performed, this opening option "Control panels" practically does not differ from the previous one. In addition, it is likely that over time "Panel" will move to this section of the system, or even be replaced by it.


Start Menu
Absolutely all applications, both initially integrated into the operating system and those that were installed later, can be found in the menu "Start"... The truth that interests us "Control Panel" hidden in one of the system directories.


Adding a Control Panel icon for quick access

If you are often faced with the need to open "Control panels", it will obviously be useful to fix it "at hand". This can be done in several ways, and which one to choose is up to you.

File Explorer and Desktop
One of the simplest, most convenient-to-use options for solving the problem is to add an application shortcut to the Desktop, especially since after that it will be possible to launch it through the system "Conductor".

  1. Go to the Desktop and right-click in its empty area.
  2. In the context menu that appears, step by step through the items "Create""Label".
  3. In line "Specify the location of the object" enter the already familiar "control" command, but only without the quotes, then press "Further".
  4. Give the shortcut you are creating. The best and most understandable option would be "Control Panel"... Click on "Done" to confirm.
  5. Label "Control panels" will be added to the Windows 10 desktop, from where you can always start it by double-clicking the LMB.
  6. For any shortcut that is on the Windows desktop, you can assign your own keyboard shortcut that provides a shortcut. Added by us "Control Panel" is no exception to this simple rule.


Start Menu
As we indicated earlier, find and open "Control Panel" you can through the menu "Start"by referring to the list of Windows service applications. Directly from there, you can create the so-called tile of this tool for quick access.

  1. Open the menu "Start"by clicking on its image on the taskbar or using the corresponding key.
  2. Find the folder "Service - Windows" and expand it by clicking LMB.
  3. Now right click on the shortcut "Control panels".
  4. In the context menu that opens, select "Pin to Start".
  5. Tile "Control panels" will be created in the menu "Start".
  6. If you wish, you can move it to any convenient place or change its size (the screenshot shows medium, additionally a small one is available.

Task bar
Open "Control Panel" the fastest way, with a minimum of effort, is if you first pin its shortcut to the taskbar.


It's so easy to provide the fastest and most convenient opening. "Control panels"... If you have to really often refer to this section of the operating system, we recommend choosing the appropriate option for creating a shortcut from the ones described above.

Conclusion

Now you know about all the available and easy-to-implement methods of opening "Control panels" in the Windows 10 environment, and how to ensure the fastest and most convenient start up by pinning or creating a shortcut. We hope this material was useful for you and helped you find an exhaustive answer to your question.

In Windows 10 Creators Update (version 1703), the Start context menu has undergone minor changes. The engineers cut the Control Panel item out of it and shoved the Parameters into its place. So now users who have not renounced using the old Control Panel are forced to use workarounds to get into it. This guide describes how to bring Control Panel back to the Windows 10 Start context menu in several ways.

How to change Settings to Control Panel in the Start context menu manually

To return Control Panel in the Start context menu (Win + X), you need to borrow the shortcut of this section from the previous version of Windows 10, installed, for example, on your friend's computer.

  1. On it in the address bar Explorer insert % LocalAppData% \\ Microsoft \\ Windows \\ WinX \\ Group2 and press Enter to go to the specified folder.

  2. Copy the shortcut Control Panel to any USB drive.

    Important: If files from the previous version of Windows 10 remain on the system partition of your computer, follow the path Windows.old \\ Users \\ Account \\ AppData \\ Local \\ Microsoft \\ Windows \\ WinX \\ Group2 and from here copy the desired shortcut.
  3. On your computer, follow the path indicated in the first paragraph of this method.

  4. Move the shortcut from the removable media to the newly opened folder and confirm the replacement. If the system did not offer to replace the shortcut, but simply inserted another object into the directory, go to the external drive window and change the name of the shortcut to 4 - control panel... After that, copy it to an already open folder Group 2... This time, the system should definitely replace the old label with the new one.

  5. Follow the path C: \\ ProgramData \\ Microsoft \\ Windows \\ Start Menu \\ Programs and change the name of the object Parameters on the Control Panel... Confirm the change.

  6. Call Task Manager, select the process in its window Conductor and click on the button Restart.

  7. Press the keys Win + X, find the item Control Panel and click on it. The Control Panel should open.

Using Win + X Menu Editor

For users who want to customize the Start context menu, an enthusiastic developer has released the Win + X Menu Editor utility. It provides a simple set of commands and has an intuitive interface for editing menus invoked by the Win + X keyboard shortcut. Although this tool was designed for use on Windows 8, it does the job just fine on Windows 10.

You can return the Control Panel to the Start context menu using Win + X Menu Editor as follows:


Now you know how, in Windows 10 Creators Update (version 1703), return Control Panel to the context menu (Win + X) Start.

Programs