在Win10中,传统控制面板功能已经被逐渐淡化,取而代之的是Windows应用(Modern/Metro应用)版的“设置”。这对于XP、Win7甚至一些Win8.1用户来说,多少有些陌生,而且目前Windows10预览版最新的“个性化”设置也并不像传统界面那样方便
在Win10中,传统控制面板功能已经被逐渐淡化,取而代之的是Windows应用(Modern/Metro应用)版的“设置”。这对于XP、Win7甚至一些Win8.1用户来说,多少有些陌生,而且目前Windows10预览版最新的“个性化”设置也并不像传统界面那样方便。但事实上,至少目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。
通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
具体代码如下:
Windows Registry Editor Version 5.00
;
; Created by http://winaero.com, reedited by http://ithome.com
;
[HKEY_CLASSES_ROOTDesktopBackgroundShellAppearance]
"MUIVerb"="个性化设置"
"SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"
"icon"="desk.cpl"
"Position"="Bottom"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellScreensaver]
@="屏幕保护程序"
"Position"="Bottom"
"Icon"="desk.cpl"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellScreensaverCommand]
@="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSounds]
@="声音"
"Position"="Bottom"
"Icon"="mmsys.cpl"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSoundsCommand]
@="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWallpaper]
@="桌面背景"
"Icon"="%SystemRoot%\System32\desk.cpl"
"Position"="Bottom"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWallpaperCommand]
@="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons]
@="桌面图标"
"Icon"="%SystemRoot%\System32\desk.cpl"
"Position"="Bottom"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIconsCommand]
@="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors]
@="窗口颜色"
"Icon"="%SystemRoot%\System32\desk.cpl"
"Position"="Bottom"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColorscommand]
@="control.exe /NAME Microsoft.Personalization /PAGE pageColorization"
将以上代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOTDesktopBackgroundShellAppearance]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellScreensaver]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSounds]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWallpaper]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons]
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors]
为了方便大家使用,站长搜索已经上传了上述两个文件,您可以直接下载使用:
网盘下载
当然,软媒魔方的设置大师(点击下载)中也有右键菜单添加和编辑功能,非常方便实用。
关注Windows10,锁定Win10之家(http://win10.adminso.com)
标签: Win10 使用 Win7 Win8.1 个性化 设置 教程
声明:本文内容来源自网络,文字、图片等素材版权属于原作者,平台转载素材出于传递更多信息,文章内容仅供参考与学习,切勿作为商业目的使用。如果侵害了您的合法权益,请您及时与我们联系,我们会在第一时间进行处理!我们尊重版权,也致力于保护版权,站搜网感谢您的分享!