首 页 行业热点 新车 试驾评测 养车用车 车型库

关于安装配置docker,找不到Hyper-V(win10 家庭版需要配置,专业版不需要...

发布网友

我来回答

1个回答

热心网友

配置Windows 10家庭版上的Docker时,若遇到找不到Hyper-V的问题,可尝试以下步骤解决:

首先,创建一个文本文件并输入以下内容:

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。

接着,以管理员权限运行Hyper.cmd文件。

等待上述命令执行完毕后,最后重启计算机。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com