安装Ubuntu虚拟机

1、将下面代码保存为 文件名 hyper.cmd,然后打开

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

2、在这里打开


image.png

3、配置虚拟机
4、可以安装openssh,就可以可以用ssh连接访问自己的虚拟机
4、也直接使用不安装
5、如果要跑一些项目,配个显卡试试,但是说虚拟机不能配置显卡。。。

你可能感兴趣的:(安装Ubuntu虚拟机)