Windows 7,中文名称视窗7,是由微软公司(Microsoft)开发的操作系统,内核版本号为Windows NT 6.1。Windows 7可供家庭及商业工作环境:笔记本电脑 、平板电脑 、多媒体中心等使用。Windows 7可供选择的版本有:入门版(Starter)、家庭普通版(Home Basic)、家庭高级版(Home Premium)、专业版(Professional)、企业版(Enterprise)(非零售)、旗舰版(Ultimate)。 很多ghost Win10用户发现找不到控制面板了,这是因为ghost Win10的控制面板被虚拟化了。Ghost Win10已经没有像ghost Win7、Win8那样的控制面板了。没有控制面板让不少人感到不习惯,那么有没有什么方法能够在ghost Win10系统中找回跟ghost Win7一样的控制面板呢?
实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
具体代码如下:
Windows Registry Editor Version 5.00
[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_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell
ScreensaverCommand]
@=“rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSounds]
@=“声音”
“Position”=“Bottom”
“Icon”=“mmsys.cpl”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell
SoundsCommand]
@=“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStore
shellWallpaper]
@=“桌面背景”
“Icon”=“%SystemRoot%\System32\desk.cpl”
“Position”=“Bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell
WallpaperCommand]
@=“control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons]
@=“桌面图标”
“Icon”=“%SystemRoot%\System32\desk.cpl”
“Position”=“Bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellIcons
Command]
@=“rundll32 shell32.dll,Control_RunDLL desk.cpl,,0”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors]
@=“窗口颜色”
“Icon”=“%SystemRoot%\System32\desk.cpl”
“Position”=“Bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColors
command]
@=“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]
以上就是ghost Win10系统怎么找回跟ghost Win7一样的控制面板的方法了,设置好注册表后就可以点击鼠标右键,在个性化选项中调用出控制面板。
windows 7 的设计主要围绕五个重点——针对笔记本电脑的特有设计;基于应用服务的设计;用户的个性化;视听娱乐的优化;用户易用性的新引擎。 跳跃列表,系统故障快速修复等,这些新功能令Windows 7成为最易用的Windows。
|