先上个装虚拟机安装方法(装完虚拟机可在上面装WIN系统本人已装好)
Hyper-V虚拟机安装
1.先检查 win10是否安装Hyper-V虚拟机
开始菜单---Windows管理工具下带不带Hyper-V虚拟机,若不带需安装
2. 安装
将以下代码复制到 txt 文件中,另存为Hyper-V.bat 格式文件,以管理员运行Hyper-V.bat 文件,重启再查看
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
3 从设置》程序》中 启用或关闭Windows功能 中Hyper-V打勾
4 还有Windows10 功能更新
2018-适用于 Windows 10 Version 1703 的 12 更新,适用于基于 x64 的系统 (KB4023057)
不然报网络遇阻错误,和交换机无法联网