Windows XP Build 2257.1.idx01.000810-2103:修订间差异
跳转到导航
跳转到搜索
Windows XP Build 2257.1.idx01.000810-2103 (查看源代码)
2025 年 10 月 25 日 (六) 00:35 的版本
、 2025 年 10 月 25 日 (星期六)→其他
(F***,该版本专业版SKU是假的) |
正义羊-JRJSheep(讨论 | 贡献) (→其他) |
||
| 第 73 行: | 第 73 行: | ||
* [[注册表编辑器]]中添加了一个新的 Security(安全)菜单,其中包含用于查看注册表项权限的选项。但是,它不起作用,因为它报告 <code>Unable to display security information.</code>(无法显示安全信息。)或由于无法访问注册表项而显示错误。 | * [[注册表编辑器]]中添加了一个新的 Security(安全)菜单,其中包含用于查看注册表项权限的选项。但是,它不起作用,因为它报告 <code>Unable to display security information.</code>(无法显示安全信息。)或由于无法访问注册表项而显示错误。 | ||
* 添加了新的[[蓝屏死机|错误检查]]代码: | * 添加了新的[[蓝屏死机|错误检查]]代码: | ||
** <code>An executive worker thread is being terminated without having gone through the worker thread rundown code. Work items queued to the Ex worker queue must not terminate their threads. A stack trace should indicate the culprit.</code> | ** <code>An executive worker thread is being terminated without having gone through the worker thread rundown code. Work items queued to the Ex worker queue must not terminate their threads. A stack trace should indicate the culprit.</code>(执行工作线程在未完成工作线程断开代码的情况下被终止。排队到 Ex worker 队列的工作项不得终止其进程。堆栈跟踪应指示根本原因。)(<code>0xE9</code>,后来更名为 <code>ACTIVE_EX_WORKER_THREAD_TERMINATION</code>) | ||
** <code>The driver for your display adapter got stuck in an infinite loop.</code>(你的显示适配器的驱动程序卡在一个无限循环中。)(<code>0xEA</code>,后来更名为 <code>THREAD_STUCK_IN_DEVICE_DRIVER</code>) | ** <code>The driver for your display adapter got stuck in an infinite loop.</code>(你的显示适配器的驱动程序卡在一个无限循环中。)(<code>0xEA</code>,后来更名为 <code>THREAD_STUCK_IN_DEVICE_DRIVER</code>) | ||
*** 此错误检查还包含引导至 VGA 模式(如果在启动时发生)的说明。 | *** 此错误检查还包含引导至 VGA 模式(如果在启动时发生)的说明。 | ||