How to restore the traditional Win7 control panel of Win10 system

  
Many Win10 users found that the control panel could not be found, because the Win10 control panel was 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]
<quo;MUIVerb”=“Personalization"  SubCommands”=“Wallpaper;Colors;Sounds;Screensaver;Icons”
“icon”=“desk.cpl” Br> Position”=“Bottom”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Screensaver]
@=“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, @screensaver”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Sounds]
@=&ldqu o;sound”
<;Position”=“Bottom”
<;Icon”=“mmsys.cpl”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell \\Sounds\\Command]
@=“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Wallpaper]
@=“Desktop Background&
<quo;Icon”=“%SystemRoot%\\\\System32\\\\desk.cpl”
<quo;Position”=“Bottom”
[HKEY_LOCAL_MACHINE\\SOFTWARE \\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Wallpaper\\Command]
@=“control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ Explorer\\CommandStore\\shell\\Icons]
@=“Desktop icon”
 Icon”=“%SystemRoot%\\\\System32\\\\desk.cpl”
“Position”=&ldquo ;Bottom&rd Quo;
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Icons\\Command]
@=“rundll32 shell32.dll, Control_RunDLL desk.cpl,,0”
[ HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Colors]
@=“Window Color"
<quo;Icon”=“%SystemRoot%\\\\System32\\\\desk.cpl&rdquo ;
“Position”=“Bottom”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Colors\\command]
@=“control.exe /NAME Microsoft .Personalization /PAGE pageColorization”
Paste the above code into Notepad and save it as “all files", the file name is free, but the suffix must be “.reg”. 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 panel method as Win7. After setting the registry, you can click the right mouse button and call out the control in the personalized option. panel.

Copyright © Windows knowledge All Rights Reserved