Windows XP Build 2202.1.ntvbl06.000202-1835:修订间差异

跳转到导航 跳转到搜索
第 27 行: 第 27 行:
此外,打印机[[控制面板]]中的其他驱动程序对话框还包含了基于 AXP64 和 IA-64 的 Windows 2001 计算机的选项。<ref>[http://blog.airesoft.co.uk/2014/08/the-road-to-windows-xp-whistler-2202/ 通往 Windows XP 之路 – Windows Whistler Build 2202], ''Airesoft''. 2014 年 8 月 20 日.</ref>来自 Neptune 的资源管理器组件也在其中存在。此版本删除了对 NDIS 3.0 的支持,这通过查看 <code>NDIS.SYS</code> 的导出进行了验证。所有的这些发现都排除了此版本是 Windows 2000 的 RTM 后版本的可能性。
此外,打印机[[控制面板]]中的其他驱动程序对话框还包含了基于 AXP64 和 IA-64 的 Windows 2001 计算机的选项。<ref>[http://blog.airesoft.co.uk/2014/08/the-road-to-windows-xp-whistler-2202/ 通往 Windows XP 之路 – Windows Whistler Build 2202], ''Airesoft''. 2014 年 8 月 20 日.</ref>来自 Neptune 的资源管理器组件也在其中存在。此版本删除了对 NDIS 3.0 的支持,这通过查看 <code>NDIS.SYS</code> 的导出进行了验证。所有的这些发现都排除了此版本是 Windows 2000 的 RTM 后版本的可能性。


== Findings==
== 发现 ==
==="Comments?" link===
=== “Comments?”链接 ===
The "Comments?" link from Neptune and later builds of Whistler can be added via a registry modification. To enable it, go to <code>HKEY_CURRENT_USER\Control Panel\Desktop</code> and add the DWORD value <code>LameButtonEnabled</code> and set it to 1. The text of the link can be changed via <code>LameButtonText</code> string key. After adding the registry entries, log off and back on and open any application to get the link. The link does nothing when clicked in this build.
来自 Neptune Whistler 更高版本的“Comments?”链接可以通过注册表修改添加。若要启用它,请转到 <code>HKEY_CURRENT_USER\Control Panel\Desktop</code> 并添加 DWORD <code>LameButtonEnabled</code> 并将其设置为 1。可以通过字符串键 <code>LameButtonText</code> 更改链接的文本。添加注册表项后,注销并重新登录,然后打开任何应用程序以获取链接。在此版本中单击此链接时,此链接不执行任何操作。
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Control Panel\Desktop]
"LameButtonEnadled"=dword:00000001
"LameButtonText"="Comments?"
</syntaxhighlight>


== Bugs and quirks ==
== Bugs and quirks ==

导航菜单