叶予清晨 (@yyqc)docker desktop无法启动原因排查 中发帖

报错界面: 
 [image] 
怀疑是vhdfilter.sys文件缺失,有什么办法修复吗 
已尝试: 
反复启用或关闭windows功能:适用于windows的linux子系统、虚拟机平台; 
更新wsl2; 
dism /online /cleanup-image /restorehealth 
sfc /scannow 
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 
bcdedit /set hypervisorlaunchtype auto
 
 
Back to Top