Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 10系統教程 >> 關於Windows10系統教程 >> 在win10裡怎麼找回win7中的傳統控制面板?

在win10裡怎麼找回win7中的傳統控制面板?

日期:2017/1/24 10:16:06      編輯:關於Windows10系統教程

在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]

Copyright © Windows教程網 All Rights Reserved