How to find the traditional control panel in win7 in win10?

  
The win10 system gradually fades the traditional control panel. Is this a small obstacle for users who are used to win7 or win8.1? Don't worry, the following is a small series for everyone to find in win10 Go back to the traditional control panel method, and the interested friends will go and see it.

In fact, Microsoft has not completely removed the traditional interface, and you 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" Br>

[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]

@="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"

"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"

[ ,null,null,3],HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Exp Lorer\\CommandStore\\shell\\Icons]

@="Desktop icon"

"Icon"="%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"

[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 pageColorization"

Paste the above code In Notepad, save as “all files”, the file name is free, but the suffix name is mandatory & 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]

Copyright © Windows knowledge All Rights Reserved