admin管理员组

文章数量:1577822

Win10 专业版 企业版

  • 打开控制面板->程序->启用或关闭Windows的功能->勾选Hyper-v即可

Win10家庭版

  1. 新建一个文本文档 ,复制如下代码,保存为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

  1. 双击运行,等待程序完成,最后输入Y,重启电脑即可在Windows管理工具中找到Hyper-v。

本文标签: 专业版虚拟机家庭版hyper