Windows Longhorn Build 4020.0.idx02.030507-1155:修订间差异
跳转到导航
跳转到搜索
Windows Longhorn Build 4020.0.idx02.030507-1155 (查看源代码)
2025 年 2 月 25 日 (二) 01:15 的版本
、 2025 年 2 月 25 日 (星期二)→Desktop Compositing Engine
正义羊-JRJSheep(讨论 | 贡献) (创建页面,内容为“{{NavBar|首页 > Microsoft Windows 通述 > Windows 客户端 > Windows Vista > Windows Longhorn Build 4020.0.idx02.030507-1155}} {{Infobox Windows build |build of = Windows Longhorn |buildtag = 4020.0.idx02.030507-1155 |family = nt |NT version = Windows NT 6.0 |build = 4020 |lab = idx02 |revision = 0 |image = WindowsLonghorn-6.0.4020-Desktop.png |arch = x86 |key = CKY24-Q8QRH-X3KMR-C6BCY-T847Y |sku = Professional |winv……”) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 47 行: | 第 47 行: | ||
Three new links have been added to the "My Contacts" folder: "Corporate Directory", "Local Computer Accounts" and "Well-known Principals". However, similiarly to the "People" tile, these links are merely placeholders and do not serve any use. The banner seen in this folder has also been replaced with a gray banner. | Three new links have been added to the "My Contacts" folder: "Corporate Directory", "Local Computer Accounts" and "Well-known Principals". However, similiarly to the "People" tile, these links are merely placeholders and do not serve any use. The banner seen in this folder has also been replaced with a gray banner. | ||
=== | === 桌面组合引擎 === | ||
此版本包括两代[[桌面组合引擎]]。 | |||
虽然此版本默认配置为使用新的 DCE,但由于 <code>C:\WINDOWS\system32</code> 文件夹中不存在 <code>milrender.dll</code>,因此 DCE 无法初始化。要更正此问题,必须将 DLL 从 <code>C:\WINDOWS\I386</code> 目录复制到上述文件夹。此外,还需要 <code>sbctl.exe</code> 来控制新的 DCE,而 DCE 并不存在于版本本身中。可以通过使用 [[Windows Longhorn Build 4029.0.main.030619-0000|Build 4029.main]] 的 <code>sbctl.exe</code> 修补以使用此早期 DCE 实施。 | |||
要使用较旧的 DCE 实现,请合并以下注册表项并重新启动: | |||
<syntaxhighlight lang="registry"> | <syntaxhighlight lang="registry"> | ||
Windows Registry Editor Version 5.00 | Windows Registry Editor Version 5.00 | ||
| 第 66 行: | 第 66 行: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
随后,可以使用命令 <code>rundll32.exe uxdesk.dll,DCEStart</code> 和 <code>rundll32.exe uxdesk.dll,DCEStop</code> 来控制 DCE。或者,也可以使用显示设置小程序启用 DCE,方法是合并以下注册表项,这将在上述小程序中取消隐藏它: | |||
<syntaxhighlight lang=" | <syntaxhighlight lang="registry"> | ||
Windows Registry Editor Version 5.00 | Windows Registry Editor Version 5.00 | ||
| 第 74 行: | 第 74 行: | ||
"EnableShellUI"=dword:00000001 | "EnableShellUI"=dword:00000001 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
重新启动后,可以通过 Display Properties(显示属性)小程序的 Advanced(高级)菜单启用 DCE。 | |||
默认情况下,DCE 将使用完整的窗口透明度,类似于 Build [[Windows Longhorn Build 4015|4015]] 和 [[Windows Longhorn Build 4017.0.main.030409-0735|4017]]。但是,玻璃样式的框架现在不再需要修补的 <code>dce.dll</code> 进行初始化。相反,需要改为应用注册表补丁: | |||
<syntaxhighlight lang=" | <syntaxhighlight lang="registry"> | ||
Windows Registry Editor Version 5.00 | Windows Registry Editor Version 5.00 | ||