Windows Server 2003 Build 3604.0.idx01.020207-0710 (查看源代码)
2025 年 1 月 28 日 (二) 01:02 的版本
、 2025 年 1 月 28 日 (星期二)→Changes
正义羊-JRJSheep(讨论 | 贡献) (→Quirks) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 19 行: | 第 19 行: | ||
Windows Server 2003 Build 3604 是 [[Windows Server 2003]] 的一个版本,提供英语、德语和日语版本。它作为 2002 年 5 月发布的一部分发布给 MSDN 订户。<ref>https://archive.org/details/msdn-disc1643-may-2002-x08-81570</ref> | Windows Server 2003 Build 3604 是 [[Windows Server 2003]] 的一个版本,提供英语、德语和日语版本。它作为 2002 年 5 月发布的一部分发布给 MSDN 订户。<ref>https://archive.org/details/msdn-disc1643-may-2002-x08-81570</ref> | ||
== | == 新增功能和更改 == | ||
* | * 现在默认使用 [[Windows XP]] 样式的[[“开始”菜单]]。 | ||
* | * 登录背景的颜色从蓝色更改为灰色。 | ||
* | * Windows 产品激活宽限期缩短至 14 天。 | ||
* | * 添加了新的[[蓝屏死机|错误检查]]代码:<ref>https://www.geoffchappell.com/studies/windows/km/bugchecks/index.htm</ref> | ||
**<code>BUGCODE_NDIS_DRIVER</code> | ** <code>BUGCODE_NDIS_DRIVER</code>(<code>0x7C</code>,取代了从 [[Windows NT 3.1]] 到 [[Windows 2000]] 使用的 <code>BUGCODE_PSS_MESSAGE</code>) | ||
**<code>A driver has overrun a stack-based buffer. This overrun could potentially allow a malicious user to gain control of this machine.</code> | ** <code>A driver has overrun a stack-based buffer. This overrun could potentially allow a malicious user to gain control of this machine.</code>(驱动程序已溢出基于堆栈的缓冲区。此溢出可能允许恶意用户获得此计算机的控制权。)(<code>0xF7</code>,后来更名为 <code>DRIVER_OVERRAN_STACK_BUFFER</code>) | ||
**<code>An initialization failure occurred while attempting to boot from the RAM disk.</code> | ** <code>An initialization failure occurred while attempting to boot from the RAM disk.</code>(尝试从 RAM 磁盘引导时发生初始化失败。)(<code>0xF8</code>,后来更名为 <code>RAMDISK_BOOT_INITIALIZATION_FAILED</code>) | ||
== Bug == | == Bug == | ||