win10中使用win7/win8.1"个性化"设置教程来啦!对于win7/win8.1用户来说Windows应用(Modern/Metro应用)版的“设置”多少有些陌生,下文分享win10中使用win7/win8.1"个性化"设置教程,一起来看看吧!
目前Windows10预览版最新的“个性化”设置并不像传统界面那样方便,而且微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。
win10中使用win7/win8.1"个性化"设置教程
通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
具体代码如下:
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"
小编推荐阅读