Windows Longhorn Build 4040.0.Lab04 n.030828-1910:修订间差异

第 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>.


===Safe mode===
=== 安全模式 ===
By default, it is not possible to login while in [[Safe mode]]. Due to the login process change done in [[Windows Longhorn build 4032|build 4032]], the "User Profiles Service" and "Group Policy Service" are required to access the login page and perform the login process respectively. Because these services are not configured by default to start within Safe mode, this results in <code>logonui.exe</code> showing the error "There are no more endpoints available from the endpoint mapper" on the login screen and failing to show available user accounts.
默认情况下,在[[安全模式]]下无法登录。由于 [[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),并且无法显示可用的用户帐户。


These services can be enabled to function in safe mode by adding the following entries to the service whitelists in the registry:<syntaxhighlight lang="registry">
通过将以下条目添加到注册表中的服务白名单中,可以使这些服务在安全模式下运行:
<syntaxhighlight lang="registry">
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\ProfSvc]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\ProfSvc]
@="Service"
@="Service"