How to disable the hot key for resetting a VMware Workstation virtual machine

vmware-workstation

How do you disable the hot key Ctrl+R, which resets the VMware Workstation virtual machine?

I'm using SQL Server Management Studio and I'm going for its Ctrl+R hot key, but occasionally I'm instead triggering the Workstation one, which is a wee bit annoying.

This is for the VMware Workstation product, rather than the VMware Player, so I don't think it's a duplicate of this other question.

Best Answer

If you are using Windows XP then go to the following path

C:\Document and Settings\your username\Application Data\VMware\preferences.ini

And then add the line and save it.

hint.vmui.reset = "true"

Now open VMware Console back up and go to Help>Hints>Show Enabled Hints.

If you are using the Windows 7 then I think this file must be in

C:\Users\username\AppData\VMware\prefrences.ini

And do the same for this too.. Hope this will help.

Information drawn form this source.

Related Question