win10 重启后,启动wsl子系统时,出现这个错误 -- [已退出进程,代码为 4294967295], 问题具体原因不太一样,不过如下解决办法 对我有效.
解决办法:
1、执行 关闭命令
dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux /norestartdism.exe /online /disable-feature /featurename:VirtualMachinePlatform /norestart
2、重启windows
3、执行 开启命令
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestartdism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
4、重启 windows