I can configure emacs under OS X so that the key nearest the space bar (the key labeled Command ⌘) is my Meta key by running
(setq mac-command-key-is-meta t)
How can I configure the same key to be the emacs Meta-key when I run emacs under Windows, and Windows is itself running in VMware Fusion? For some reason even if I run the above line on Windows-VMware, my Meta key remains the Option key.