发布日期:2018-06-08 作者:雨木风林 来源:http://www.duotecz.com
许多ghost win7用户发现找不到控制面板了,这是因为ghost win7的控制面板被虚拟化了。Ghost win7已经没有像ghost win10、winxp那样的控制面板了。没有控制面板让不少人感到不习惯,那么有没有什么办法能够在ghost win7系统中找回跟ghost win10一样的控制面板呢?
实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统配置回归,还可以更加方便的进入关于配置。
全部代码如下:
win Registry Editor Version 5.00
[HKEY_CLAssEs_RooTdesktopBackgroundshellAppearance]
“MuiVerb”=“个性化配置”
“subCommands”=“wallpaper;Colors;sounds;screensaver;icons”
“icon”=“desk.cpl”
“position”=“Bottom”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellscreensaver]
@=“屏幕保护程序”
“position”=“Bottom”
“icon”=“desk.cpl”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshell
screensaverCommand]
@=“rundll32.exe shell32.dll,Control_RundLL desk.cpl,screensaver,@screensaver”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellsounds]
@=“声音”
“position”=“Bottom”
“icon”=“mmsys.cpl”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshell
soundsCommand]
@=“rundll32.exe shell32.dll,Control_RundLL mmsys.cpl ,2”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstore
shellwallpaper]
@=“桌面背景”
“icon”=“%systemRoot%system32desk.cpl”
“position”=“Bottom”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshell
wallpaperCommand]
@=“control.exe /nAME Microsoft.personalization /pAGE pagewallpaper”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellicons]
@=“桌面图标”
“icon”=“%systemRoot%system32desk.cpl”
“position”=“Bottom”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellicons
Command]
@=“rundll32 shell32.dll,Control_RundLL desk.cpl,,0”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellColors]
@=“窗口颜色”
“icon”=“%systemRoot%system32desk.cpl”
“position”=“Bottom”
[HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellColors
command]
@=“control.exe /nAME Microsoft.personalization /pAGE pageColorization”
将上述代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样办法保存为注册表文件,然后执行直接:
win Registry Editor Version 5.00
[-HKEY_CLAssEs_RooTdesktopBackgroundshellAppearance]
[-HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellscreensaver]
[-HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellsounds]
[-HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellwallpaper]
[-HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellicons]
[-HKEY_LoCAL_MACHinEsoFTwAREMicrosoftwinCurrentVersionExplorerCommandstoreshellColors]
上述便是ghost win7系统如何找回跟ghost win10一样的控制面板的办法了,配置好注册表后就可以点击鼠标右键,在个性化选项中调用出控制面板。