win10家庭版 安装docker-desktop
win10家庭版伪装为win10专业版安装docker-desktop复制下面代码到新建txt里,并将其后缀修改为.cmdpushd "%~dp0"dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txtfor /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do di
·
win10家庭版伪装为win10专业版安装docker-desktop
复制下面代码到新建txt里,并将其后缀修改为.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-v
cmd命令中运行regedit,打开注册表
HKEY_LOCAL_MACHINE\software\Microsoft\WindowsNT\CurrentVersion
右侧找到EditionId,右键点击EditionId 选择“修改”,在弹出的对话框中将第二项“数值数据”的内容改为Professional,然后点击确定。
重启电脑。
最后下载docker-desktop,直接安装即可
附上链接
https://www.docker.com/products/docker-desktop
更多推荐
已为社区贡献1条内容
所有评论(0)