VMWare frequently has problem with mouse clicks. Mouse lags, misclicks and fails to drag windows. Posted workaround and user, who tested it, confirmed that this workaround worked:
Slav2 wrote:
Can you check another method? Need to add bot shortcut to startup folder with parameter evepilot.exe /a /200
Then add lines to VMX file:
| Code: |
mouse.vusb.enable = "FALSE"
vmmouse.present = "FALSE"
|
This will remove usb mouse and you will have hard times to click inside VM, but may help to start bot without mouse issues automatically after you start VM. When you need to stop VM click control + p, then open start menu with win key, use TAB to select shut down and hit Enter.