昨晚计划外重启后,我们设计师运行Windows 10的计算机无法按预期工作 - 具体来说,开始菜单无法打开。
与许多类似问题不同,文件资源管理器,Metro应用程序,Windows应用商店等工作正常 它打开开始菜单并右键单击不起作用的任务栏项。
查看事件日志,在上次关闭之前记录了以下内容:
Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards. No user action is required.
DETAIL -
21 user registry handles leaked from \Registry\User\S-1-5-21-4067970951-1747624916-1673675669-1001...:
接下来是一长串注册表键句柄。
然后,第二天第一件事:
Activation of app Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App failed with error: Invalid value for registry See the Microsoft-Windows-TWinUI/Operational log for additional information.
看着Microsoft-Windows-TWinUI-Operational log我们发现:
Activation of the app Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App for the Windows.Launch contract failed with error: Invalid value for registry.
到目前为止,我们已经尝试过:
- 重启(无变化)
- 创建新的管理员用户帐户(无更改,问题影响两个帐户)
- 跑步
SFC /scannow(没找到) - 执行Windows 10'重置'(不能,因为它启动USB硬盘驱动器,Windows认为'Windows to Go')。
- 运行Powershell cmdlet(无更改):
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- 使用Linux USB密钥启动到另一个操作系统并复制
System32/config/RegBack到System32/config(没有区别,即使RegBack文件来自3天前) - 跑步
dism /online /cleanup-image /restorehealth(没有变化)
而且我的想法已经不多了。有什么建议?
你可以试试问题排查工具。如果您不在创作者更新中,则可以考虑更新。
—
harrymc 2017年
唉,我也尝试过无济于事。当我今天晚些时候完全访问机器时,将更新问题并提供完整的详细信息。
—
编码
然后,我所能提供的是使用就地升级的Windows 10修复安装。如果这不起作用,那么除了完全重新安装之外我什么也想不到。
—
哈里姆