Windows Longhorn Build 4020.0.idx02.030507-1155:修订间差异

跳转到导航 跳转到搜索
(创建页面,内容为“{{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……”)
 
第 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.


===Desktop Compositing Engine===
=== 桌面组合引擎 ===
This build includes two generations of the [[Desktop Compositing Engine]].
此版本包括两代[[桌面组合引擎]]


While this build is configured to use the new DCE by default, DCE fails to initialize due to <code>milrender.dll</code> not being present in the <code>C:\WINDOWS\system32</code> folder. To correct this, the DLL must be copied from the <code>C:\WINDOWS\I386</code> directory to the aforementioned folder. Additionally, <code>sbctl.exe</code> is required to control the new DCE, which is not present in the build itself. [[Windows Longhorn build 4029 (main)|Build 4029 (main)'s]] <code>sbctl.exe</code> can be patched to work with this early DCE implementation.
虽然此版本默认配置为使用新的 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 实施。


To utilize the older DCE implementation, merge the following registry key and restart:
要使用较旧的 DCE 实现,请合并以下注册表项并重新启动:
<syntaxhighlight lang="registry">
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00
第 66 行: 第 66 行:
</syntaxhighlight>
</syntaxhighlight>


Subsequently, DCE can be controlled by using the commands <code>rundll32.exe uxdesk.dll,DCEStart</code> and <code>rundll32.exe uxdesk.dll,DCEStop</code>. Alternatively, DCE can also be enabled using the display settings applet by merging the following registry entry, which unhides it in the aforementioned applet:
随后,可以使用命令 <code>rundll32.exe uxdesk.dll,DCEStart</code> <code>rundll32.exe uxdesk.dll,DCEStop</code> 来控制 DCE。或者,也可以使用显示设置小程序启用 DCE,方法是合并以下注册表项,这将在上述小程序中取消隐藏它:


<syntaxhighlight lang="reg">
<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>
After restarting, DCE can be enabled via the Advanced menu of the Display Properties applet.
重新启动后,可以通过 Display Properties(显示属性)小程序的 Advanced(高级)菜单启用 DCE。


By default, DCE will use full window transparency, similar to builds [[Windows Longhorn build 4015|4015]] and [[Windows Longhorn build 4017|4017]]. However, the glass-styled frames now no longer requires a patched <code>dce.dll</code> to initialize. Instead, a registry patch needs to be applied instead:
默认情况下,DCE 将使用完整的窗口透明度,类似于 Build [[Windows Longhorn Build 4015|4015]] [[Windows Longhorn Build 4017.0.main.030409-0735|4017]]。但是,玻璃样式的框架现在不再需要修补的 <code>dce.dll</code> 进行初始化。相反,需要改为应用注册表补丁:


<syntaxhighlight lang="reg">
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00


导航菜单