essay | tech | year-summary | about
日期:2020-09-09T00:00:00Z
WSL2安装之后,会导致Virtual Box不可使用 = =|||
因为似乎是某些东西的冲突。
鉴于win10自带的hyper-V这么的不好用,WSL2也没有当初想象的那么超神,
建议把WSL2关掉,尔后Virtual Box就可以继续使用了。
根据官方文档
是这样安装WSL2的
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
所以只需要这样卸载
dism.exe /online /Get-FeatureInfo /featurename:VirtualMachinePlatform
dism.exe /online /Disable-feature /featurename:VirtualMachinePlatform
笔者发现这个会相互影响时候一脸懵逼,因为已经太久没用VM了。
微软这些新功能 = =|| 好吧我服了