Windows 10 文件资源管理器崩溃

v1s*_*hnu 5 windows-explorer windows-10

突然间,我的文件浏览器给我出了问题。每当我点击它时,它不会立即打开。但需要大约 2 分钟才能打开。即使在打开后,它也一直说“正在处理”。我只是无法打开任何目录。而桌面只是不断崩溃。最后,我设法从 Run 打开“事件查看器”并找到了导致这种情况的事件。就是这个 :

The Microsoft Account Sign-in Assistant service failed to start due to the following error: 
The service did not respond to the start or control request in a timely fashion.
Run Code Online (Sandbox Code Playgroud)

然后我打开了 services.msc 并禁用了该服务。现在一切似乎都运行良好。现在我想永远摆脱这个问题。我怎样才能做到这一点 ?

这些是一些其他服务,它们也出现在崩溃状态的事件查看器中:

DCOM got error "1053" attempting to start the service UsoSvc with arguments "Unavailable" in order to run the server:
{B91D5831-B1BD-4608-8198-D72E155020F7}
Run Code Online (Sandbox Code Playgroud)

和这个:

The Update Orchestrator Service service failed to start due to the following error: 
The service did not respond to the start or control request in a timely fashion.
Run Code Online (Sandbox Code Playgroud)

v1s*_*hnu 2

我通过禁用Microsoft Sign inUsoSvc服务解决了该问题。

UsoSvc是一项组织使用的服务,无需用户登录即可安装软件我不需要它,所以我禁用了它。

从那时起,我的文件浏览器变得非常快,并且再也没有崩溃过。