Disabling annoying VMware Player tool tip “To release input, press Ctrl+Alt”
I write down my Answer here, just because i cannot comment under Hide annoying VMware hint “To release input, press Ctrl+Alt”
My Solution is same as the one Maxime Poulin mentioned in the link above. But we need to modify other file: vmclientcore.dll
within the VMPlayer Version 7.1.0 (Windows X64)
- backup your old
vmclientcore.dll
- open the
vmclientcore.dll
with whatever a hex-editor replace
@&!*@*@(msg.vmui.fullScreen.ungrab.tooltip)To release input, press %s
with dots (00
or). Edit: don't replace with2E
2E
, it will cause an errorin the same file you could find other tooltips in the same format begin with
@&!*@*@(msg.
Save the file and start VMPlayer again. This should work.