반응형
PowerShell은 Windows Server에 Hyper-V를 설치하는 가장 쉬운 방법입니다.
Windows PowerShell을 열고 아래 명령을 실행하십시오.
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools
Hyper-V 역할 설치 진행 중
아래 명령을 사용하여 자동 시스템 재시작으로 Hyper-V를 설치할 수 있습니다
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
DISM과 함께 Hyper-V 설치
Windows PowerShell을 실행 한 후 아래 명령을 실행하면 성공적으로 설치 한 후 다시 시작해야합니다.
dism /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V /All
dism /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V /All
반응형
댓글