Skip to main content
Disabling Hyper-V will turn off Windows virtualization features such as Virtual Machines, Windows Sandbox, and WSL2. This is required for certain drivers to function correctly.
Click Windows Key + R at the same time, then type “cmd” then click Ctrl + Shift + Enter at the same time to make sure application runs as administrator, alternatively you can search Command Prompt in the Windows Search Menu, and then right click and click Run as administrator. When Command Prompt is opened, type the following command:
disable-hyper-v.bat
bcdedit /set hypervisorlaunchtype off
You must restart your device for the changes to apply.

Video Reference