赞
踩
前提:VMware需要付费,Hyper-V是windows11装机自带,但其操作系统最“久远”是Ubuntu18.04版本,因此我们需要自己想办法从本地安装。
可以参考如下教程 Win11 家庭版/专业版开启Hyper-V
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL
|
|
1. 按提示往下按,如下图的位置选 "Install third party" | 2. 这个地方选 “Erase disk and install Ubuntu” |
|
|
【注】如果按不成功,换个源重新再试试。
参考视频
[1]: https://youtu.be/B_tnnDlUuzw?si=MO85fcPdLL1eGcYe ↩︎
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。