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

  

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.
specific code as follows:
Windows Registry Editor Version 5.00
;
; Created by http://winaero.com, reedited by http://ithome.com
;
[ ,null,null,0],HKEY_CLASSES_ROOTDesktopBackgroundShellAppearance]
"MUIVerb"="Personalization"
"SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"
"icon"="desk.cpl" ;
"Position"="Bottom"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellScreensaver]
@="Screensaver"
"Position"="Bottom"
"Icon" ="desk.cpl"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellScreensaverCommand]
@="rundll32.exe shell32.dll, Control_RunDLL desk.cpl,screensaver,@screensaver"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSounds]
@=" sound "
" Position " = " Bottom "
" Ico n " = " mmsys.cpl "
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSoundsCommand]
@ = " rundll32.exe shell32.dll, Control_RunDLL mmsys.cpl, 2 "
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWallpaper]
@ = " Desktop Background"
"Icon"="%SystemRoot%System32desk.cpl"
"Position"="Bottom"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWallpaperCommand]
@="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper "
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons]
@ = " desktop icon "
" icon " = "% SystemRoot% System32desk.cpl "
" Position " = " Bottom "
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIconsCommand]
@ = " rundll32 shell32.dll, Control_RunDLL desk.cpl ,, 0 & qu ot;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors]
@ = " window color "
" Icon " = "% SystemRoot% System32desk.cpl "
" Position " = " Bottom "
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColorscommand]
@ = " control.exe /nAME Microsoft.Personalization /PAGE pageColorization "
paste code above into Notepad, save as & ldquo; & rdquo ;, all the files in the file name of the arbitrary, but the suffix .reg & rdquo ;.; & ldquo is sure to name If you want to cancel, you can first save the following code in the same way as the registry file, you can then execute:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOTDesktopBackgroundShellAppearance]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellScreensaver]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSounds]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWallpaper]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors]

Copyright © Windows knowledge All Rights Reserved