Windows 10 上的 Ubuntu bash 停止工作

Windows 10 上的 Ubuntu bash 停止工作

在一次更新后,我的 Windows 不再支持 ubuntu bash。错误如下所示:

Приложение, которое вы пытаетесь запустить, не поддерживается в этой версии Windows.


Current directory:
C:\Users\%USERNAME%

Command to be executed:
"C:\Windows\system32\bash.exe"


ConEmuC: Root process was alive less than 10 sec, ExitCode=xFFFFFFFF(4294967295).
Press Enter or Esc to close console...

翻译就像The application that you are trying to run is not supported in this version of Windows.

以下命令和重新安装 Linux 子系统没有帮助

lxrun /uninstall /full 
lxrun /install

答案1

您不是在运行 Windows 10 LTSB 吗?

这里说 LTSB 直到稳定版本发布之前都不会支持 WSL。 https://github.com/Microsoft/BashOnWindows/issues/1281

相关内容