Windows Longhorn Build 4040.0.Lab04 n.030828-1910 (查看源代码)
2025 年 3 月 6 日 (四) 21:58 的版本
、 2025 年 3 月 6 日 (星期四)→Safe mode
正义羊-JRJSheep(讨论 | 贡献) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 32 行: | 第 32 行: | ||
Most copies of this build's installation media cannot be booted from the CD due to a call to a non-existent index in the <code>INSTALL.WIM</code> file by <code>SETUPLDR.BIN</code>. | Most copies of this build's installation media cannot be booted from the CD due to a call to a non-existent index in the <code>INSTALL.WIM</code> file by <code>SETUPLDR.BIN</code>. | ||
=== | === 安全模式 === | ||
默认情况下,在[[安全模式]]下无法登录。由于 [[Windows Longhorn Build 4032.0.Lab06_n.030710-1709|Build 4032]] 中对登录过程进行了更改,因此需要“User Profiles Service”和“Group Policy Service”来分别访问登录页面和执行登录过程。由于这些服务默认未配置为在安全模式下启动,这会导致 <code>logonui.exe</code> 在登录屏幕上显示错误“端点映射器不再提供端点”(There are no more endpoints available from the endpoint mapper),并且无法显示可用的用户帐户。 | |||
通过将以下条目添加到注册表中的服务白名单中,可以使这些服务在安全模式下运行: | |||
<syntaxhighlight lang="registry"> | |||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\ProfSvc] | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\ProfSvc] | ||
@="Service" | @="Service" | ||