How to Enable Hyper-V on Windows 11 Desktop and Laptop
Want to run virtual machines on your Windows 11 PC or laptop using Hyper-V? In this video, I'll show you how to enable Hyper-V on Windows 11-compatible systems. Whether you're using a desktop or laptop, this guide covers all the necessary steps, including BIOS configuration, feature activation, and common troubleshooting tips.
Make sure your system meets the requirements and that you're using Windows 11 Pro, Enterprise, or Education.
⸻
HYPER-V SYSTEM REQUIREMENTS:
• 64-bit CPU with SLAT (Second Level Address Translation)
• Minimum 4 GB of RAM
• Windows 11 Pro, Enterprise, or Education (excluding Home)
• Virtualization must be enabled in BIOS/UEFI
Commands:
CMD
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
PowerShell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V