Are you using a virtual machine? What is the name of the app?
sorry, this application cannot run under a virtual machine win 11
after i just updated to windows 11 i got this error when i open the app
Windows for business | Windows Server | Storage high availability | Virtualization and Hyper-V
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.
16 answers
Sort by: Most helpful
-
Anonymous
2021-11-06T11:03:48+00:00 -
Anonymous
2021-11-06T11:13:59+00:00 I don't use virtual machines
:(
-
Anonymous
2021-11-06T11:22:04+00:00 Can you tell me the name of the app? Or post a link to it?
-
Anonymous
2021-11-07T02:08:46+00:00 it is a private game and here is the download link: https://drive.google.com/drive/folders/1cfllwuIoM_tEG2TnenyNOa1K-oys0G9y
-
Anonymous
2021-11-07T05:19:04+00:00 Antiviruses certainly don't like that game :S
If the game detects any sort of virtualisation on the computer, it throws the virtual machine detected message. So if you have Hyper-V enabled in any way, or VMware or VirtualBox running, it'll not run.
Open Command Prompt as administrator and enter systeminfo
If you scroll down to Hyper-V Requirements, does it say a hypervisor has been detected?
If it says hypervisor detected, enter the command:
bcdedit /set {current} hypervisorlaunchtype off
To turn it back on, enter:
bcdedit /set {current} hypervisorlaunchtype auto
If you turn it on or off, you need to restart the computer for the change to take effect.
If the game still won't run, enter Control Panel into search and open it, then select Programs and Features > Turn Windows features on or off
Uncheck the highlighted features.
Good luck!