技術(shù)員聯(lián)盟提供win764位系統(tǒng)下載,win10,win7,xp,裝機純凈版,64位旗艦版,綠色軟件,免費軟件下載基地!

當(dāng)前位置:主頁 > 教程 > win8教程 >

Win10系統(tǒng)怎么恢復(fù)傳統(tǒng)Win7的控制面板?Win10系統(tǒng)恢復(fù)Win7的控制面板的方法

來源:技術(shù)員聯(lián)盟┆發(fā)布時間:2020-05-29 12:01┆點擊:

  很多Win10用戶發(fā)現(xiàn)找不到控制面板了,這是因為Win10的控制面板被虛擬化了。Win10已經(jīng)沒有像Win7、Win8那樣的控制面板了。沒有控制面板讓不少人感到不習(xí)慣,那么有沒有什么方法能夠在Win10系統(tǒng)中找回跟Win7一樣的控制面板呢?

Win10系統(tǒng)怎么恢復(fù)傳統(tǒng)Win7的控制面板?Win10系統(tǒng)恢復(fù)Win7的控制面板的方法

  實際上,目前微軟還沒有把傳統(tǒng)界面徹底清除,使用注冊表仍可以“找回”。通過添加右鍵菜單的方式不但可以讓傳統(tǒng)設(shè)置回歸,還可以更加方便的進入相關(guān)設(shè)置。

  具體代碼如下:

  Windows Registry Editor Version 5.00

  ; Created by , reedited by

 ?。跦KEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]

  “MUIVerb”=“個性化設(shè)置”

  “SubCommands”=“Wallpaper;Colors;Sounds;Screensaver;Icons”

  “icon”=“desk.cpl”

  “Position”=“Bottom”

 ?。跦KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]

  @=“屏幕保護程序”

  “Position”=“Bottom”

  “Icon”=“desk.cpl”

 ?。跦KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]

  @=“rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver”

 ?。跦KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]

  @=“聲音”

  “Position”=“Bottom”

  “Icon”=“mmsys.cpl”

 ?。跦KEY_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”

 ?。跦KEY_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]

  @=“桌面圖標(biāo)”

  “Icon”=“%SystemRoot%\\System32\\desk.cpl”

  “Position”=“Bottom”

 ?。跦KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]

  @=“rundll32 shell32.dll,Control_RunDLL desk.cpl,,0”

 ?。跦KEY_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]

  以上就是Win10系統(tǒng)怎么找回跟Win7一樣的控制面板的方法了,設(shè)置好注冊表后就可以點擊鼠標(biāo)右鍵,在個性化選項中調(diào)用出控制面板。