Windows에 Hyper-V를 설치하는 방법 10: GUI를 사용한 단계별 가이드, CMD, 및 PowerShell 방법.
Hyper-V System Requirements
Before you can learn how to install Hyper-V, it is imperative to ensure that your computer can meet all the system requirements. The general system requirements are the following:
- 64-bit Processor with at least 1.4 GHz CPU speed
- Second Level Address Translation (SLAT), which is used to reduce the hypervisor overhead and enhance the performance of the virtual machines (VMs)
- Support for VM Monitor Mode Extensions
- Minimum of 4 GB RAM to ensure that each running VM is allocated enough memory for efficient performance
- Hardware-assisted virtualization enabled through Intel Virtualization Technology (Intel VT) or AMD Virtualization (AMD-V) technology
- Hardware-enforced Data Execution Prevention (DEP) with the Intel XD bit (execute disable bit) or the AMD NX bit (no execute bit)
To check whether your system meets all the requirements for installing Hyper-V, open Windows PowerShell or Command Prompt and type Systeminfo.exe. Scroll down to find the Hyper-V requirements section and check whether all the Hyper-V requirements read 예. If they do, you can start to install Hyper-V on your computer. If any of the elements listed indicates 아니요, try to make the necessary adjustments and rectify the issue.
윈도우 10 Hyper-V install with Graphical Interface (GUI).
Before we start – RMB (마우스 오른쪽 버튼).
1. Click RMB on the Start button and then on “제어판“:
2. In the opened Control Panel on “Programs and Features“:
3. Than on “Turn Windows Features on or off” (you must have admin rights for doing this):
4. In the opened window select all in “하이퍼-V"를 클릭하고 "좋아요“:
5. After that begin installation:
6. 설치가 완료되면 Restart now for a reboot:
7. After rebooting click on the Start button and find in the application list “Windows 관리 도구“:
8. “Windows 관리 도구” “Hyper-V 관리자” (you may pin that where you need):
9. 그게 다야, we deploy hyper-v in windows 10:
윈도우 10 Hyper-V install with CMD (DISM)
1. Run CMD with admin rights 명령 프롬프트 (관리자):
2. In the opened windows insert the text string:
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
And press 입력하다:
3. After installation is finished – you need to reboot your machine by pressing 입력하다. "를 설정할 수 있습니다.N” and press 입력하다, and reboot later. Hyper-V will work only after reboot.
4. After the reboot is finished – check our Hyper-V. Press the Start button to show your apps. In the apps find the folder Windows Administrative Tools, in the folder run Hyper-V 관리자:
5. And we get that we need:
윈도우 10 Hyper-V install with PowerShell
1. 누르다 그만큼 Start button, in the programs list, find Windows Power Shell 폴더. Run PowerShell with admin rights:
2. Wait until PowerShell start:
3. After PowerShell starts – enter the next command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
4. 누르다 입력하다 to start:
5. When the installation is complete – you must reboot your device and press 입력하다. Hyper-V will work only after reboot.
6. After the reboot is finished – check our Hyper-V. 누르다 그만큼 Start button to show your apps. In the apps find the folder Windows 관리 도구, in the folder run Hyper-V 관리자:
7. After all – we get what we need.