Windows Longhorn Build 4039.0.Lab06 n.030824-1954:修订间差异
跳转到导航
跳转到搜索
Windows Longhorn Build 4039.0.Lab06 n.030824-1954 (查看源代码)
2025 年 3 月 6 日 (四) 20:48 的版本
、 2025 年 3 月 6 日 (星期四)→Safe mode
正义羊-JRJSheep(讨论 | 贡献) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 82 行: | 第 82 行: | ||
If Explorer is restarted while the Desktop Compositing Engine is running, the sidebar, taskbar and window content will fail to render. | If Explorer is restarted while the Desktop Compositing Engine is running, the sidebar, taskbar and window content will fail to render. | ||
=== | === 安全模式 === | ||
默认情况下,在[[安全模式]]下无法登录。由于登录过程更改,需要“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" | ||