Skip to content

Instantly share code, notes, and snippets.

@PotatoMaster101
Last active October 11, 2023 06:08
Show Gist options
  • Save PotatoMaster101/43fa9cb877f4b8369bc091d4429d3ee0 to your computer and use it in GitHub Desktop.
Save PotatoMaster101/43fa9cb877f4b8369bc091d4429d3ee0 to your computer and use it in GitHub Desktop.
Fixes VMWare error "Your host does not meet minimum requirements to run VMware workstation with hyper-v or device/credential guard enabled"

Windows 10 Home VMWare Fix

Error Message

Your host does not meet minimum requirements to run VMware workstation with hyper-v or device/credential guard enabled.

Fix Steps

  1. Go to Windows Security -> Device Security -> Core Isolation, make sure it is turned off
  2. Run CMD as admin, run command bcdedit /set hypervisorlaunchtype off
  3. Reboot PC

Warning

This will disable Hyper-V and cause Docker to break (as of Feb 2021). Either use Docker or use VMWare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment