How to find the traditional control panel in Win7 in Win10?

Source: Internet
Author: User

The WIN10 system gradually fades away from the traditional control Panel, which is not a small obstacle to the operation of the user with custom Win7 or win8.1? Do not worry, the following small series for everyone to find the traditional control panel in the Win10 method, interested in the small partners to see it.

In fact, Microsoft has not yet to clean up the traditional interface, the use of the registry can still be "recovered." By adding the right button menu, not only can the traditional settings return, but also more convenient to enter the relevant settings.

The specific code is as follows:

Windows Registry Editor Version 5.00

;

; Created by Http://winaero.com, reedited by http://ithome.com

;

[Hkey_classes_rootdesktopbackgroundshellappearance]

"MUIVerb" = "Personalized Settings"

"Subcommands" = "wallpaper"; Colors; Sounds; Screensaver;icons "

"Icon" = "Desk.cpl"

"Position" = "Bottom"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellscreensaver]

@= "Screen saver"

"Position" = "Bottom"

"Icon" = "desk.cpl"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellscreensavercommand]

@= "Rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver, @screensaver"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellsounds]

@= "Sound"

"Position" = "Bottom"

"Icon" = "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 Icons"

"Icon" = "%systemroot%system32desk.cpl"

"Position" = "Bottom"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshelliconscommand]

@= "rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellcolors]

@= "Window Color"

"Icon" = "%systemroot%system32desk.cpl"

"Position" = "Bottom"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellcolorscommand]

@= "Control.exe/name microsoft.personalization/page pagecolorization"

Paste the above code into Notepad, save as "All Files", and the file name is optional, but the suffix name must be ". Reg". If you want to cancel the setting, you can save the following code as a registry file in the same way, and then execute it:

Windows Registry Editor Version 5.00

[-hkey_classes_rootdesktopbackgroundshellappearance]

[-hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellscreensaver]

[-hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellsounds]

[-hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellwallpaper]

[-hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellicons]

[-hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoresh

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.