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 completed. Change, but we can still enter the traditional “Personalization” setting interface from the desktop right-click menu by modifying the registry.

Let's share a trick 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:

Clicking on these settings directly opens 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]

<;MUIVerb”=”Personalization Options”

“SubCommands”=”Wallpaper;Colors;Sounds;Screensaver;Icons”

“icon”=”desk.cpl”

&ldquo ;Position”=”Bottom”

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

@=”rund Ll32.exe shell32.dll, Control_RunDLL desk.cpl, screensaver, @screensaver”

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

@=  quo;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 Microsof t.Personalization /PAGE pageWallpaper”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\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.Personalizatio n /PAGE pageColorization”

Then rename this text document to a suffix extension of .reg, for example 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 The suffix extension is .reg, for example 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 personalized settings error, you can solve by switching the login account.

Copyright © Windows knowledge All Rights Reserved