How to install, setup & enable Hyper V on Windows (aws ec2 windows)

preview_player
Показать описание
Today we will learn
How to check if Hyper-V is available on your system
How to install or enable Hyper V
How to Install Hyper V management & GUI tools
How to create virtual machine with Hyper V
Tips
Note: Hyper-V is built into Windows as an optional feature. There is no Hyper-V download

Step 1 : Check Hyper-V is enabled or not
On cmd or powwershell run
Under Hyper-V Requirements, If you see a “Yes,” your PC can run Hyper-V

If you see "Yes" next to the four Hyper-V requirements: Your PC can run a virtual machine.
————————————————————————————————————
If you see "No" next to the four Hyper-V requirements: Your CPU doesn’t support virtual machines and/or you need to adjust settings in the BIOS.
————————————————————————————————————
If you see "No" next to "Virtualization Enabled in Firmware" in the results: You will need to reboot into the PC's firmware and enable this feature. The setting's label depends on your PC's motherboard and BIOS version.
————————————————————————————————————
If you see "A hypervisor has been detected. Features required for Hyper-V will not be displayed" in the results: You’re already running Hyper-V in Windows 10
————————————————————————————————————

Step 2 : To install or enable HyperV

Open server manager
Control Panel - Turn windows feature on or off
(Restart if required)
————————————————————————————————————
OR
Open powershell as administrator and run the command
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
(Restart if required)
————————————————————————————————————

Check on Powershell
Get-WindowsFeature Hyper*

Step 3 : Goto Server Manager (windows - search - server manager)

Check on the dashboard if Hyper V tile is shown
Top Left - Manage - Add Roles and Features

Step 4 : Install Hyper V management tools
Check on Powershell
Get-WindowsFeature Hyper*

To Install the GUI Tools and PowerShell Module use:
Add-WindowsFeature Hyper-V-Tools
Add-WindowsFeature Hyper-V-PowerShell

To see all commands
Get-command -Module hyper-v

Step 5 : Open Hyper V Manager

Action - New - Virtual Machine

To disable Hyper-V

To disable/enable hyper v
In an elevated Command Prompt write this :
To disable:
bcdedit /set hypervisorlaunchtype off
Dism /online /disable-feature /featurename:Microsoft-Hyper-V
To enable:
bcdedit /set hypervisorlaunchtype auto

________ ONLINE COURSES TO LEARN ________

Like, Subscribe & Share
You can support my mission for education by sharing this knowledge and helping as many people as you can

NeverStopLearning
Raghav
Рекомендации по теме
Комментарии
Автор

Thanks a ton man, you saved a lot of time and efforts. cheers bro

rohitchoudhary
Автор

Great video please do videos for network load balancing using hyper V

massivetech
Автор

normaly i dont write any comment but here want to you bc you saved me :)

daninsr-alah
Автор

I'm from Bangladesh. I have solved my problem. Thanks a

kyaching
Автор

Hello Raghav Sir,
Do you have any video on CI/CD please leave the link here
I search in your channel couldn’t find any video thanks

Kamal-vdzg
Автор

Hi. great video. I am using AWS windows server 2019 Full Hyper-V. I am wondering if it is possible to initialize one or more windows virtual machines in it. Looking forward to your answer. Thank you

trunghienpham
Автор

holy shi bro ure savior
big appriciate

aleale
Автор

when starting the vm it comes up with The Virtual Machine Management Service failed to start the virtual machine 'New Virtual Machine' because one of the Hyper-V components is not running. Any fixes for this?

avin
Автор

what should be do If you see "No" next to "Virtualization Enabled in Firmware" in the results: You will need to reboot into the PC's firmware and enable this feature. The setting's label depends on your PC's motherboard and BIOS version. for thi s????

srujansai
Автор

GREAT Video!
I'm working at AWS windows server 2019, enable hyper-v but still can't not use docker to run linux container, any suggestion?

frankwang
Автор

Which instance type and platform you have used in aws

kalyanreddyaerra
Автор

How to fix this issue . can you please let me know.
A hypervisor has been detected. Features required for Hyper-V will not be displayed.

sahilarya
Автор

Any more easy way to activate Hyper-V in AWS instances? Thank you.

LIMENPE
Автор

Add- WindowsFeature is not recognised in my pc with windows 10 home 32 bit power

saisuryanarayanarajusaripe
Автор

The video is good but how to get the first windows you try to explain where you make your note and the link is not visible. Do help me more.!!

unisakamara
Автор

i cannot find hyper v in the list of windows features
what can i do ?

srujansai
Автор

If i can restart the windows, is there lost any videos, documents and other files due to restarting

vinodkumarmakkena
Автор

How to install, setup & enable Hyper V on Windows 11 please make a video on this

sigmashorts
Автор

is this tutorial also for people who doenst have windows 10 pro edition? i just have the home edition and its not viable

codcrecks
Автор

Enabling from the setup manager and clicking on Add Feature gives error ""Hyper-V cannot be installed. The processor does not have the required virtualization capabilities." Interestingly, running the command from the PowerShell helped. Thank you

prakharsaxena