我岳父遇到了 Windows 10 BSODInaccessible Boot Device
错误。我尝试了正常操作CHKDSK /R
,但不起作用。然后我找到了这个帖子:
运行命令,具有与示例中相同的包。
dir d
dism /Image:D:\ /Get-Packages
dism.exe /image:d:\ /remove-package /packagename:Package_for_KB4014329~31bf3856ad364e35~amd64~~10.0.1.0
此后错误仍然存在。然后我按照说明进行操作If you still receive BSOD, rinse and repeat with the next latest update, try it again.
。删除三个更新后,Windows 终于正常启动了。
然而,尽管他的程序仍然完好无损,但他却从文件夹中丢失了很多文件Documents
。这可能是由于运行所致吗dism.exe
?我起初以为他把文件放错了地方,OneDrive
但文件夹是空的。我还可以找到指向Documents
文件夹中现已删除的文件的快捷方式。
我唯一的选择是尝试恢复这些文件还是我可以做其他事情?