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)

  1. backup your old vmclientcore.dll
  2. open the vmclientcore.dll with whatever a hex-editor
  3. replace @&!*@*@(msg.vmui.fullScreen.ungrab.tooltip)To release input, press %s with dots (00 or 2E). Edit: don't replace with 2E, it will cause an error

  4. in the same file you could find other tooltips in the same format begin with @&!*@*@(msg.

  5. Save the file and start VMPlayer again. This should work.