Windows 8 Build 7887.0.fbl grfx dev1.101118-1700:修订间差异
跳转到导航
跳转到搜索
Windows 8 Build 7887.0.fbl grfx dev1.101118-1700 (查看源代码)
2025 年 12 月 30 日 (二) 22:43 的版本
、 2025 年 12 月 30 日 (星期二)→Removal of Start button
正义羊-JRJSheep(讨论 | 贡献) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 39 行: | 第 39 行: | ||
== 新增功能和更改 == | == 新增功能和更改 == | ||
=== | === 移除“开始”按钮 === | ||
从此版本开始,可以从任务栏上移除“开始”按钮。要实现这一点,需要在 <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer</code> 下创建一个名为 <code>YouBettaHideYoPearl</code> 的新 DWORD 值,并将其值设置为 <code>1</code>。完成后,注销并重新登录。如果操作正确,“开始”按钮应被移除。 | |||
=== System crash === | === System crash === | ||
The [[蓝屏死机|blue screen of death]] has been redesigned in this build, dropping the design seen in [[Windows XP]] in favor of a simplified black screen informing the user that their computer requires a restart, along with the bugcode (minus the parameters). This bugcheck screen utilizes the Segoe UI font, leveraging the VBE functionality that was implemented in earlier builds and the BGFX subsystem. However, in the event that the system crashes early in boot before BGFX is initialized, a fallback is used which merely dumps the bugcode parameters along with a short message prompting the user to hold down the power button. | The [[蓝屏死机|blue screen of death]] has been redesigned in this build, dropping the design seen in [[Windows XP]] in favor of a simplified black screen informing the user that their computer requires a restart, along with the bugcode (minus the parameters). This bugcheck screen utilizes the Segoe UI font, leveraging the VBE functionality that was implemented in earlier builds and the BGFX subsystem. However, in the event that the system crashes early in boot before BGFX is initialized, a fallback is used which merely dumps the bugcode parameters along with a short message prompting the user to hold down the power button. | ||