Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 533 Bytes

File metadata and controls

17 lines (11 loc) · 533 Bytes

Window Hypervisor Platform

Windows Hypervisor Platform (WHP) is required to run the Windows x86 emulator.

PowerShell

Open PowerShell with administrator privileges and run:

Enable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform
shutdown -r -t 0 #if it didn't reboot

Optional Features

Open optionalfeatures and tick Windows Hypervisor Platform and press OK. Restart when asked.

image