Win10 system restores the traditional Win7 control panel method

  

Many Win10 users find that the control panel can not be found, because Win10's control panel is virtualized. Win10 has no control panel like Win7 and Win8. Without the control panel, many people feel uncomfortable, is there any way to find the same control panel as Win7 in the Win10 system?

In fact, Microsoft has not completely removed the traditional interface, and can still use the registry to retrieve it. By adding a right-click menu, not only can the traditional settings be returned, but also the related settings can be more conveniently accessed.

The specific code is as follows:

Windows Registry Editor Version 5.00

; Created by http://winaero.com, reedited by http://ithome.com

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Appearance]

<;MUIVerb”=“Personalization>

<;SubCommands”=“Wallpaper;Colors;Sounds;Screensaver ;Icons”

“icon”=“desk.cpl”

“Position”=“Bottom”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\ CurrentVersion\\Explorer\\CommandStore\\shell\\avers

@=“Screensaver”

“Position”=“Bottom”

“Icon” =“desk.cpl”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Screensaver\\Command]
<=>@=“rundll32.exe shell32.dll , Control_RunDLL desk.cpl, screensaver, @screensa Ver”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Sounds]

@=“Sound”

“Position” =“Bottom”

“Icon”=“mmsys.cpl”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Sounds\\Command]< Br>

@=“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Wallpaper]

@=“Desktop Background&

“Icon”=“%SystemRoot%\\\\System32\\\\desk.cpl”

“Position”=“ Bottom”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Wallpaper\\Command]

@=“control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper&rdquo ;

HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Icons]

@=“Desktop icon”

“Icon”=“%SystemRoot%\\\\ System32\\\\desk.cpl”

“Position”=“Bottom”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Icons\\Command]< Br>

@=“rundll32 shell32.dll, Control_RunDLL desk.cpl,,0&0&quo;

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Colors]

@=“Window Color>

“Icon”=“%SystemRoot%\\\\System32\\\\desk.cpl”

“Position”=“Bottom&rdquo ;

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Colors\\command]

@=“control.exe /NAME Microsoft.Personalization /PAGE pageColorization”

will The code into Notepad, save it as & ldquo; & rdquo ;, all the files in the file name is free, but be sure the suffix is ​​& ldquo; .reg & rdquo ;. If you want to cancel the settings, you can save the following code as a registry file in the same way, and then execute:

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\ Appearance]

[-HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Screensaver]

[-HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\ Shell\\Sounds]

[-HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Wallpaper]

[-HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ CommandStore\\shell\\Icons]

[-HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Colors]

The above is how Win10 system finds the same control as Win7 The method of the panel, after setting the registry, you can click the right mouse button and call the control panel in the personalization option.

Copyright © Windows knowledge All Rights Reserved