0
点赞
收藏
分享

微信扫一扫

发现WSL(Windows Subsystem for Linux)能和VMware虚拟机共存了

源码之路 2022-01-12 阅读 50

之前装WSL时,参考🔗《大家来玩WSL(Windows Subsystem for Linux)》明明试过。

WSL和其他虚拟机软件冲突,如果你启用了WSL,则VMware虚拟机就不能启动了。
虽然可以临时关闭WSL,但是需要重启生效。

可是昨天偶然又试了下,发现居然WSL和VMware中的虚拟机能同时开启了!!!
啥时候可以的?真是喜讯啊!!!😄
如图:
在这里插入图片描述
版本信息:

C:\> wsl --status
Default Distribution: Ubuntu
Default Version: 2

Windows Subsystem for Linux was last updated on 2021-11-27
The Windows Subsystem for Linux kernel can be manually updated with 'wsl --update', but automatic updates cannot occur due to your system settings.
To receive automatic kernel updates, please enable the Windows Update setting: 'Receive updates for other Microsoft products when you update Windows'.
For more information please visit https://aka.ms/wsl2kernel.

Kernel version: 5.10.60.1

C:\> ver

Microsoft Windows [Version 10.0.19044.1415]

C:\>

举报

相关推荐

0 条评论