반응형 Hyper-V1 windows 11 home hyper-v 설치 기본적으로 home 버전에서는 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 pause 메모장을 열어 다음을 입력후 다른이름을 저장 앞에 이름은 상관없는데 확장자를 .bat으.. 2023. 3. 13. 이전 1 다음 반응형