Windows 8 Build 7887.0.fbl grfx dev1.101118-1700:修订间差异

跳转到导航 跳转到搜索
第 42 行: 第 42 行:
从此版本开始,可以从任务栏上移除“开始”按钮。要实现这一点,需要在 <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer</code> 下创建一个名为 <code>YouBettaHideYoPearl</code> 的新 DWORD 值,并将其值设置为 <code>1</code>。完成后,注销并重新登录。如果操作正确,“开始”按钮应被移除。
从此版本开始,可以从任务栏上移除“开始”按钮。要实现这一点,需要在 <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer</code> 下创建一个名为 <code>YouBettaHideYoPearl</code> 的新 DWORD 值,并将其值设置为 <code>1</code>。完成后,注销并重新登录。如果操作正确,“开始”按钮应被移除。


=== 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.
在此版本中,重新设计了[[蓝屏死机]],不再使用 [[Windows XP]] 中的设计,而是采用简化的黑屏,用于通知用户计算机需要重启,并显示错误代码(不包括参数)。此错误检查屏幕使用 Segoe UI 字体,利用了早期版本中实现的 VBE 功能和 BGFX 子系统。不过,如果系统在 BGFX 初始化之前的启动阶段崩溃,将使用备用方案,仅显示错误代码参数以及一条简短信息,提示用户按住电源按钮。


=== Boot environment ===
=== Boot environment ===

导航菜单