Turning on Hyper-V
Method 1: Using PowerShell (Recommended)
- Open PowerShell as Administrator
- Right-click Start button
- Select “Windows PowerShell (Admin)”
- Run the command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
- Type
Ywhen prompted to restart
Method 2: Using Control Panel
- Open Control Panel
- Press
Win + R, typecontrol, press Enter
- Press
- Navigate to Programs > Turn Windows features on or off
- Check “Hyper-V” box
- Includes Hyper-V Management Tools and Hyper-V Platform
- Click OK and restart when prompted
Method 3: Using CMD
- Open Command Prompt as Administrator
- Right-click Start button
- Select “Command Prompt (Admin)”
- Run:
dism.exe /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V-All /All
- Restart when prompted
Note
- Requires Windows 10/11 Pro, Enterprise, or Education
- BIOS virtualization must be enabled
- Restart required after enabling