capture real mouse input Hyper-V

I’m looking for a way to capture the real mouse input in a Hyper-V Virtual Machine, so that I can play First Person Shooting games. I'm experiencing a problem where I am spinning around in circles. starting at the floor in games. Any mouse moments I make just makes me spin. I thought maybe it was an issue with my mouse sensitivity, but it wasn't, I continue to spin regardless of what my sensitivity is set too.

I had a read of this forum post and it told me that the VM is not capturing the real mouse input

First of all, the mouse sync driver is primarily designed for you to being able to move your mouse from your host system to the guest system window without having to manually grab the window. It actually 'detects' whether the host mouse cursor is moving on the VM's screen. This mouse is actually not the real mouse cursor, but it’s actually processed by the host system virtual machine to make mouse movement smoother. The sync driver/service just passed the movements to the real vm, but the real vm cursor is actually not there

How can I capture the real mouse input in VM?

6

1 Answer

The solution that worked for the poster was to enable Hyper-V USB Passthrough using Enhanced Session Mode.

The Microsoft articleUse local resources on Hyper-V virtual machine with VMConnectdescribes these steps:

Turn on enhanced session mode

  • Connect to the computer that hosts the virtual machine.
  • In Hyper-V Manager, select the host's computer name.
  • Select Hyper-V settings.
  • Under Server, select Enhanced session mode policy.
  • Select the Allow enhanced session mode check box.
  • Under User, select Enhanced session mode.
  • Select the Allow enhanced session mode check box.
  • Click OK.

Choose a local resource

  • Open VMConnect
  • Select the virtual machine that you want to connect to
  • Click Show options
  • Select Local resources
  • Click More
  • Choose the devices and resources from this computer to use in the session. USB devices fall under the Plug and Play devices category. Check the corresponding box and click OK.
  • Select Save my settings for future connections to this virtual machine
  • Click Connect.

Another useful reference: Performing Hyper-V USB Passthrough: A Step-By-Step Guide.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like