"virtualization based security"

Дмитрий Дмитрий 20 Reputation points
2023-11-16T15:56:32.2033333+00:00

Hello, help me solve the problem. The fact is that I have an installed virtual machine "Hyper-V Manager" and at the same time i have a Valorant game. The fact is that for a virtual machine it is necessary that "virtualization based security" is enabled, and for the game it is disabled. To turn off this service, I use the command line with the command "bcdedit /set hypervisorlaunchtype off" which turns off the "virtualization based security" service. The status of the displayed enabling/disabling of the service i look at "msinfo32 (system information)". How can I enable this service back to work with the Virtual machine? "bcdedit /set hypervisorlaunchtype on" does not work. Tell me, please!

System Center Virtual Machine Manager
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,550 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 14,536 Reputation points
    2023-11-21T01:47:44.9833333+00:00

    Hi,

    To enable the "virtualization based security" service, you can use the command "bcdedit /set hypervisorlaunchtype auto" in an elevated command prompt. This will set the hypervisor launch type to auto, which will allow the "virtualization based security" service to run when needed. You can verify that the service is enabled by checking the System Information window as described in the context.

    bcdedit /set hypervisorlaunchtype auto
    

    References:

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful