參考網址:https://kkplay3c.net/windows-installs-hyperv/
win11 家用版是不支援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
存成cmd,以系統管理員身分執行。
裝好後執行Hyper-v管理員
相關功能:開啟或關閉Windows功能