up vote 0 down vote favorite
share [g+] share [fb]

I would like to know if it is possible to prevent access from vmware guest in full screen to the Host machine.

Best regards,

link|improve this question
feedback

3 Answers

up vote 0 down vote accepted

Try remapping the fullscreen escape hotkeys with AutoHotkey.

example:

!f::return
link|improve this answer
feedback

If this was possible, and I think it is not, you won't be able to restart the host machine or handle any problem it has.

And if you plan to hide to the user that he's working on a VmWare you will need to start it automatically when for any reason the guest stopped.

EDIT: You can also set the hotkey combination to something hard to find like Ctrl + Alt + Win + Shift

link|improve this answer
feedback

One completely hilarious way to do that accidentally is to configure the escape key to some key that is not on the particular keyboard. Easy to do on laptops, that sometimes don't have left and right ctrl or alt.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown