Windows XP Build 2257.1.idx01.000810-2103:修订间差异
跳转到导航
跳转到搜索
Windows XP Build 2257.1.idx01.000810-2103 (查看源代码)
2024 年 10 月 9 日 (三) 19:43 的版本
、 2024 年 10 月 9 日 (星期三)→Miscellaneous
正义羊-JRJSheep(讨论 | 贡献) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 66 行: | 第 66 行: | ||
显示属性现在包括 Themes (主题)和 Appearance theme(外观)主题预览。但是,在开发的这个阶段,两者都大多是坏的,因为它们可以为除 Windows 和桌面图标之外的所有内容显示黑屏。“主题”小程序中的“主题设置”也被删除并移动到“外观(Appearance)”选项卡,现在它分为“Effects(效果)”和“Advanced(高级)”。 | 显示属性现在包括 Themes (主题)和 Appearance theme(外观)主题预览。但是,在开发的这个阶段,两者都大多是坏的,因为它们可以为除 Windows 和桌面图标之外的所有内容显示黑屏。“主题”小程序中的“主题设置”也被删除并移动到“外观(Appearance)”选项卡,现在它分为“Effects(效果)”和“Advanced(高级)”。 | ||
=== | === 其他 === | ||
* | * 现在有一个用户界面,用于在 Desktop Properties(桌面属性)中启用和禁用 ClearType。 | ||
* | * 从此版本开始,内核支持用于启动到 [[Windows 预安装环境]]的 <code>/MININT</code> 参数。 | ||
* | * <code>winhlp32.exe</code> 的“关于”对话框中的版权日期从 1990-1995 年更新为 1990-2000 年。 | ||
* | * [[记事本]]中添加了一个状态栏,可以通过新的 View(视图)菜单中的选项来启用。 | ||
* | * [[注册表编辑器]]中添加了一个新的 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>The driver for your display adapter got stuck in an infinite loop.</code>(你的显示适配器的驱动程序卡在一个无限循环中。)(<code>0xEA</code>,后来更名为 <code>THREAD_STUCK_IN_DEVICE_DRIVER</code>) | ||
*** | *** 此错误检查还包含引导至 VGA 模式(如果在启动时发生)的说明。 | ||
== Bugs and quirks == | == Bugs and quirks == | ||