Win10 enters the traditional “personalized” setting interface through the desktop right-click menu.

  
Microsoft gradually replaces the setting interface on Win10 with the traditional style, such as “Personalization”, the setting interface has been changed, but By modifying the registry, we can still access the traditional “Personalization” setting interface from the desktop right-click menu.
The following is a skill to share with you. You can add commonly used personalization items to the Win10 desktop right-click menu, and click to enter the traditional control panel “ personalization & rdquo; settings interface. The effects of the personalization items added in the right-click menu are as follows:

Click these settings to open the traditional control panel “personalization" setting interface.
The method is as follows:
This method needs to modify the registry, we can modify it by making and running the registry script file, the production method is as follows.
Create a new txt text file and copy the following code into it:
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 Options”
“SubCommands”=”Wallpaper;Colors;Sounds;Screensaver; Icons”
“icon”=”desk.cpl”
 Position”=”Bottom”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Screensaver]
@=”Screensaver”
<;Position”=”Bottom”
<quo;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\\CommandSt Ore\\shell\\Sounds]
@=”sound”
<;Position”=”Bottom”
<quo;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”= <quo;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”=”B Ottom”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Icons\\Command]
@=”rundll32 shell32.dll, Control_RunDLL desk.cpl,,0″
[ ,null,null,3],HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Colors]
@=”Window Color 
 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”
Then rename this text document to a suffix extension of .reg, such as gxh.reg . Double-click to run the registry file to add information to the registry.
Then right click on the Win10 desktop, you can see the "Personalization" menu item as shown above, click to enter the traditional "Personalization" setting interface.
If you want to cancel these right-click menus, just paste the following code into the txt text file:
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]
Then rename this text document to a .reg extension with a .reg extension, such as gxh0.reg, and then double-click to run.
In addition, in the process of using Win10 system, if you encounter the desktop right button to open the personalization setting error, you can solve it by switching the login account.

Copyright © Windows knowledge All Rights Reserved