Hyper-V and detection (Hide it)

SJimmy 21 Reputation points
2021-12-21T20:02:21.877+00:00

Hi there,

Is there any possibility to "hide" that we are using a VM on Hyper-V ?

I already share my host server GPU to the VM with V-GPU, that give me the possibility to play somes.
But I have some games that just crash because of "they don't want cheater use VM for do bad thing".

I'm actually working on a VM who will allow me to use a little pc-tablet to play game that need big config, using Parsec or nativ desktop-connection..

Sorry for my english ^^

Have a good day.

Jim.

Windows for business Windows Client for IT Pros Storage high availability Virtualization and Hyper-V
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 60,161 Reputation points
    2021-12-21T20:35:08.893+00:00

    Completely depends upon how the software is determining if you're running in a VM or not. There are different ways it might try to figure it out and so you'd have to protect against each one. For example VM software generally allow for a virtualization ID for networking so that the network can better handle VM requests. But that also means this is something that can be checked. If you enable Enhanced Session then this is also detectable in a VM. For example Cisco's VPN software won't run under a VM but if you disable ES then it doesn't see it as a VM anymore.

    There are other things the software could look at as well. For example VM software generally use a virtualized network driver in the host to actually provide network services. Software may look for well-known network drivers used by virtualization software. Or perhaps they tracert a call and see if any requests are bouncing through a virtual switch (if that is even possible). Or perhaps they scan loaded binaries to see if there are well-known VM libraries loaded. There are any # of ways to detect a VM and identifying all of them would be a lot of work.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. SJimmy 21 Reputation points
    2021-12-23T17:37:54.38+00:00

    Ok thank for your answer.

    Let's just forgot this game desire.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.