我是靠谱客的博主 糟糕过客,最近开发中收集的这篇文章主要介绍在win10里怎么找回win7中的传统控制面板?,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

win10系统逐渐将传统控制面板淡化了,这对用习惯win7或是win8.1的用户来说是不是操作起来就有些小障碍了呢?不用烦恼,下文小编就为大家奉上在win10中找回传统控制面板的方法,感兴趣的小伙伴一起去看下吧。

  实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。

  具体代码如下:

  Windows Registry Editor Version 5.00

  ;

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

  ;

  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]

  "MUIVerb"="个性化设置"

  "SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"

  "icon"="desk.cpl"

  "Position"="Bottom"

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\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]

  @="声音"

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

  @="桌面背景"

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

  @="桌面图标"

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

  @="窗口颜色"

  "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"

  将以上代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:

  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]

最后

以上就是糟糕过客为你收集整理的在win10里怎么找回win7中的传统控制面板?的全部内容,希望文章能够帮你解决在win10里怎么找回win7中的传统控制面板?所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(145)

评论列表共有 0 条评论

立即
投稿
返回
顶部