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, at present, Microsoft has not completely removed the traditional interface, use the registry can still & ldquo; back & rdquo ;. 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, screensav Er,@screensaver”

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

@=“Sound”

&ldquo ;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&

“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 pageWall Paper”

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

@=“Desktop icon”

“Icon&rdquo ;=“%SystemRoot%\\\\System32\\\\desk.cpl”

“Position”=“Bottom”

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

@=“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”

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

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

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 as Win7 The method of the panel, after setting the registry, you can click the right mouse button to call out the control in the personalization option. panel.

Copyright © Windows knowledge All Rights Reserved