关于hyper-v下linux的安装与网络配置
hyper-v
控制面板——程序——启用或关闭windows功能
桌面新建文本文档,起名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
右键Hyper.cmd——以管理员身份运行
按照提示输入y,重启电脑。
添加成功后,打开hyper-v。