Disable Microsoft Virtualization Features (MANUAL)
This can now be automated in the loader by simply enabling the checkbox "Auto Setup". This only has to be done once. If it does not successfully disable the settings then you will need to go through the guide below.
Disable Hyper-V (Microsoft Hypervisor)
In order to disable Hyper-V you can follow these steps as documented by Microsoft:
After doing the steps above and restarting, you can check Status of Hyper-Vagain to make sure it was successfully disabled. If however it is still showing as enabled then you can try the steps below:
If Hyper-V is still showing as enabled then you can try the following:
Open Command Prompt as Administrator.
Enter this command and then restart your pc and then check Status of Hyper-V again.
bcdedit /set hypervisorlaunchtype off
If it still is incorrect then please contact support or try researching other methods to disable Hyper-V yourself.
Disable Virtualization-based Security
Open Registry Editor as Administrator.
Enter the following into the address bar:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceGuard
Set the value of EnableVirtualizationBasedSecurity to 0
Enter the following into the address bar:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard
Delete the keys named EnableVirtualizationBasedSecurity and RequirePlatformSecurityFeatures
Enter the following into the address bar:
KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\WindowsHello
Set the value of Enabled to 0
Restart your PC for the changes to take effect. Then check the Status of Virtualization-based Security
If Virtualization-based Security is still showing as enabled or something other than expected then you can follow these steps from Microsoft:
Disable Credential Guard using Registry Editor
Disable Virtualization-based Security using Registry Editor
Restart your PC for the changes to take effect. Then check the Status of Virtualization-based Security.
If the above did not work and you have Group Policy Editor then you may also need to follow the below:
Disable Credential Guard using Group Policy Editor
Disable Virtualization-based Security using Group Policy Editor
Last updated