win10系統(tǒng)逐漸將傳統(tǒng)控制面板淡化了,這對用習(xí)慣win7或是win8.1的用戶來說是不是操作起來就有些小障礙了呢?不用煩惱,下文小編就為大家奉上在win10中找回傳統(tǒng)控制面板的方法,感興趣的小伙伴一起去看下吧。
實際上,目前微軟還沒有把傳統(tǒng)界面徹底清除,使用注冊表仍可以“找回”。通過添加右鍵菜單的方式不但可以讓傳統(tǒng)設(shè)置回歸,還可以更加方便的進入相關(guān)設(shè)置。
具體代碼如下:
Windows Registry Editor Version 5.00
;
; Created by http://winaero.com, reedited by http://ithome.com
;
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
"MUIVerb"="個性化設(shè)置"
"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"
將以上代碼粘貼到記事本中,保存為“所有文件”,文件名隨意,但后綴名務(wù)必為“.reg”。如果想取消設(shè)定,可以先將如下代碼按同樣方法保存為注冊表文件,然后執(zhí)行即可:
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]