Win10 system restores the traditional Win7 control panel method

  
Many Win10 users find that the control panel can not be found, because the Win10 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. The registry can still be used to "retrieve”. 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
[HKEY_CLASSES_ROOTDesktopBackgroundShellAppearance]
& ldquo; MUIVerb & rdquo ;=“Personalization""""SubCommands”=“Wallpaper;Colors;Sounds;Screensaver;Icons”
“icon”=“desk.cpl”
“Position” =“Bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellScreensaver]
@=“Screensaver”
<quo;Position”=“Bottom”
<quo;Icon”=“desk.cpl” Br>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell
ScreensaverCommand]
@=“rundll32.exe shell32.dll, Control_RunDLL desk.cpl,screensaver,@screensaver”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSounds]
@=“Sound”< Br>“Position&rdquo o; = & ldquo; Bottom & rdquo;
& ldquo; Icon & rdquo; = & ldquo; mmsys.cpl & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell
SoundsCommand]
@ = & ldquo; rundll32.exe shell32.dll, Control_RunDLL mmsys.cpl, 2”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStore
shellWallpaper]
@=“Desktop Background  “Icon”=“%SystemRoot%System32desk.cpl”
“Position”=“ Bottom & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell
WallpaperCommand]
@ = & ldquo; control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons]
@ = & ldquo; desktop icon & rdquo;
 Icon”=“%SystemRoot%System32desk.cpl”
 Position”=“Bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStore shellIcons
Command]
@=“rundll32 shell32.dll, Control_RunDLL desk.cpl,,0&0&quo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors]
@=“Window Color”
“Icon” = & ldquo;% SystemRoot% System32desk.cpl & rdquo;
& ldquo; Position & rdquo; = & ldquo; Bottom & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors
command]
@ = & ldquo; control.exe /NAME Microsoft.Personalization /PAGE pageColorization & rdquo ;
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, 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] after
above is how to get back with Win7 Win10 system the same way as the control panel, set up the registry You can click the right mouse button and call out the control panel in the personalization options.

Copyright © Windows knowledge All Rights Reserved