windows家庭版如何安装hyper-v虚拟机
1、创建一个文本文档 打开 输入pushd "%~dp0"dir /b 婊剧琏兄%SystemRoot%\servicing\Packages\*Hyper-V*.罪焐芡拂mum >hyper-v.txtfor /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"del hyper-v.txtDism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL

3、在点击右边的文件扩展名前面打勾

5、在右击选择以管理员身份运行

7、现在点击开始选择设置界面进去


10、现在hyper-v的选项 自动打勾了说明安装成功了

12、这样hyper-v 就安装好了
