How do you use the traditional "personalization" settings in the Win10 system?

  

The traditional version "Personalization" set us to linger, and this setting changed a lot in the Win10 system, so that it is not suitable, then there is no way to personalize the "Win10 system" & rdquo; Change the settings to the old version? In fact, it is ok, through the registry modification, you can add this setting to the desktop right-click menu.

Operation steps:

1. Paste the following code into Notepad and save it as “all files”, the file name is free, but the suffix must be “.reg”.
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" [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] @=" ;voice" "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" [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft \\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\Icons] @="Desktop icon" "Icon"="%SystemRoot%\\\\System32\\\\desk.cpl" "Position"="Bottom" [ ,null,null,3],HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Comma ndStore\\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"

Second, if you want to cancel the setting, 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_LOCA L_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]

After importing the registry, the traditional version "Personalization" and the Win10 system "Personalization" are coexisting, and the method user chooses between the two.

Copyright © Windows knowledge All Rights Reserved