加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

windows – 通过GPO管理Win7性能选项

发布时间:2020-12-13 23:13:39 所属栏目:Windows 来源:网络整理
导读:我们公司有许多虚拟 Windows 7实例.根据VMWare的建议,我们希望自定义视觉效果以优化性能.我们发现我们可以通过GPO更改以下选项: 让Windows选择最适合我的电脑的东西 调整以获得最佳外观 调整以获得最佳性能 自定义 VMWare希望我们选择自定义,然后在上面四个
我们公司有许多虚拟 Windows 7实例.根据VMWare的建议,我们希望自定义视觉效果以优化性能.我们发现我们可以通过GPO更改以下选项:

>让Windows选择最适合我的电脑的东西
>调整以获得最佳外观
>调整以获得最佳性能
>自定义

VMWare希望我们选择自定义,然后在上面四个选项下面的复选框中应用非常具体的选项.我发现有一篇文章通过手动注册表手动完成,但这些选项不起作用. GPO也不会本地处理这个问题.有谁知道我们如何通过GPO将这些选项更改为我们需要的内容?

First off,have a look at this page,这是一篇关于性能调优Windows 7虚拟化的博客文章.似乎它可能会有所帮助.

其次,微软支持的唯一方法是通过用户配置文件自定义process documented in a Microsoft KB here来实现您的目标.

第三,正如@Zordache所建议的那样,设置注册表键是一个由GPP本地处理的功能(组策略首选项),这可能是比GPO更好的方法.

最后,如果您坚持通过GPO这样做,那么最好的选择可能是使用登录或启动脚本来设置有问题的注册表项.在大多数情况下,它们与the key values in XP相同,但您应该能够自己进行谷歌搜索,以获得您想要设置的精确选项的精确键值.

我想如果链接失效,我将发布下面大部分设置的注册表项和值.从那里的第三个链接抓住.

[HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerVisualEffects]
;0 = Let Windows choose what’s best for my computer
;1 = Adjust for best appearance
;2 = Adjust for best performance
;3 = Custom
"VisualFXSetting"=dword:00000003

[HKCUSoftwareMicrosoftWindowsCurrentVersionThemeManager]
;Use visual styles on windows and buttons (0=off 1=on)
"ThemeActive"="1"
[HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]
;Use common tasks in folders (0=off 1=on)
"WebView"=dword:00000001
;Show translucent selection rectangle (0=off 1=on)
"ListviewAlphaSelect"=dword:00000001
;Use drop shadows for icon labels on the desktop (0=off 1=on)
"ListviewShadow"=dword:00000001
;Use a background image for each folder type (0=off 1=on)
"ListviewWatermark"=dword:00000001
;Slide taskbar buttons (0=off 1=on)
"TaskbarAnimations"=dword:00000001
[HKCUControl PanelDesktopWindowMetrics]
;Animate windows when minimizing and maximizing (0=off 1=on)
"MinAnimate"="1"
[HKCUControl PanelDesktop]
;Show window contents while dragging (0=off 1=on)
"DragFullWindows"="1"
;Smooth edges of screen fonts (0=off 2=on)
"FontSmoothing"="2"
;Smooth scroll list boxes
;Slide open combo boxes
;Fade or slide menus into view
;Show shadows under mouse pointer
;Fade or slide tooltips into view
;Fade out menu items after clicking
;Show shadows under menus
;(All off = 90,12,01,80   All on = 9e,3e,05,80)
"UserPreferencesMask"=hex:9e,80

“UserPreferencesMask” Is tricky because it’s a combination of all the settings,depending on what you pick,you will create a different hex.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读