2021-05-12 14:32:11
Win10系統怎麼恢復傳統Win7的控制面板
很多Win10用戶發現找不到控制面板了,這是因為Win10的控制面板被虛擬化了。Win10已經沒有像Win7、Win8那樣的控制面板了。沒有控制面板讓不少人感到不習慣,那麼有沒有什麼方法能夠在Win10系統中找回跟Win7一樣的控制面板呢?
實際上,目前微軟還沒有把傳統介面徹底清除,使用登錄檔仍可以“找回”。通過新增右鍵選單的方式不但可以讓傳統設定回歸,還可以更加方便的進入相關設定。
具體程式碼如下:
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%System32desk.cpl”
“Position”=“Bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWallpaperCommand]
@=“control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons]
@=“桌面圖示”
“Icon”=“%SystemRoot%System32desk.cpl”
“Position”=“Bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIconsCommand]
@=“rundll32 shell32.dll,Control_RunDLL desk.cpl,,0”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors]
@=“視窗顏色”
“Icon”=“%SystemRoot%System32desk.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]
以上就是Win10系統怎麼找回跟Win7一樣的控制面板的方法了,設定好登錄檔後就可以點選滑鼠右鍵,在個性化選項中呼叫出控制面板。
相關文章