Welcome to the Microsoft Q&A. Thank you for reaching out & I hope you are doing well.
Is your PC being domain joined must be a Policy however my favorite option to diable is using the BIOS, I made research for you, and you shall take a look at these.
- Disable VBS via the BIOS:
- Restart your computer and enter the BIOS/UEFI settings (usually by pressing
F2
,F10
,Delete
, orEsc
during startup). - Look for virtualization settings and disable them. This might be labeled as
Intel VT-x
,AMD-V
, orVirtualization Technology
. - Save the changes and exit the BIOS/UEFI settings.
- Restart your computer.
- Restart your computer and enter the BIOS/UEFI settings (usually by pressing
- Turn off Windows Virtualization Features:
- Open the Control Panel.
- Click on
Programs
and thenTurn Windows features on or off
. - Uncheck the following features:
-
Hyper-V
-
Virtual Machine Platform
-
Windows Hypervisor Platform
- Click
OK
and restart your computer.
- Use Command Prompt:
- Open Command Prompt as an administrator.
- Run the following commands: shell
bcdedit /set hypervisorlaunchtype off
- Restart your computer.
If this answer solves your issue, please vote for it so other community members know that this is a quality answer.