Open command prompt with admin previledges and run following command to disable Hyper-V role on windows PC
bcdedit /set hypervisorlaunchtype off
Reboot the system after the command is run.
Use the following command to enable the Hyper-V role again
bcdedit /set hypervisorlaunchtype auto
Reboot the system after the command is run.