Dear Banish Tuli,
If Hyper-V is not installed on your system, please ensure that the following prerequisites are met:
Operating System Compatibility: Hyper-V is available on Windows Server editions and Windows 10/11 Pro, Enterprise, and Education editions. It is not supported on Home editions.
- Hardware Requirements: The system must support virtualization, including: A 64-bit processor with Second Level Address Translation (SLAT) Hardware-assisted virtualization enabled in BIOS/UEFI (Intel VT-x or AMD-V) Data Execution Prevention (DEP) enabled
To install Hyper-V, you can use one of the following methods:
Via PowerShell (Run as Administrator):
powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
- Via Server Manager (Windows Server only): Open Server Manager Navigate to “Add Roles and Features” Select “Hyper-V” and follow the installation wizard
- Via Control Panel (Windows Client): Go to “Programs and Features” > “Turn Windows features on or off” Check “Hyper-V” and click OK
After installation, a system restart will be required to complete the setup. I hope this helps. Just kindly tick Accept Answer that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Best regards,
Domic Vo