Hi there,
To determine whether the Hyper-V hypervisor is running, follow these steps:
-In the search box, type msinfo32.exe.
-Select System Information.
-In the detail window, locate the following entry:
A hypervisor has been detected. Features required for Hyper-V will not be displayed.
To disable Hyper-V by using Windows PowerShell, follow these steps:
-Open an elevated PowerShell window.
-Run the following command:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
--If the reply is helpful, please Upvote and Accept it as an answer--