当前位置:   article > 正文

wsl 启动 [已退出进程,代码为 4294967295] 解决办法_[已退出进程,代码为 4294967295 (0xffffffff)]

[已退出进程,代码为 4294967295 (0xffffffff)]

win10 重启后,启动wsl子系统时,出现这个错误 -- [已退出进程,代码为 4294967295], 问题具体原因不太一样,不过如下解决办法 对我有效.

解决办法:

1. 执行 关闭命令

  1. dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux /norestart
  2. dism.exe /online /disable-feature /featurename:VirtualMachinePlatform /norestart

2. 重启windows

3. 执行 开启命令

  1. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  2. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

4. 重启 windows

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/280687
推荐阅读
相关标签
  

闽ICP备14008679号