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"