Clearing VMWare Player Recent Virtual Machines list

October 26th, 2007

The VMWare Player does not include an option to clear the list of “Recent Virtual Machines” (why not?!?!). Since the list of virtual machines that I had opened was growing quite long, I set out to find a way to clear it myself.

After searching in a few places (Windows XP), I came across the file that holds this information. It’s called preferences.ini and is located in:
[drive]:\Documents and Settings\[user]\Application Data\VMWare

UPDATE: In Windows Vista, the file is located in:
[drive]:\Users\[user]\AppData\Roaming\VMWare

At the bottom of the file, you should see entries like (where X is a sequential number):

pref.mruVMX.filename = "..."
pref.mruVMX.displayname = "..."

Just delete/reorder the entries as desired, save, then start VMWare Player to see the changes. VMWare Player will need to be closed before you make the changes, or they will not be saved.

Tags: , ,

3 Responses to “Clearing VMWare Player Recent Virtual Machines list”

  1. Diana

    Thanks!! :)

  2. JD Nbrs

    Know how todo this with Linux?

  3. Author Comment

    Eric Martin

    @JD Nbrs - I’m not sure, but you might be able to find a preferences file by doing a file-system search for “pref.mruVMX”

Leave a Reply

If you'd like to post code in your comment, please wrap your code with a pre and code tag. For example, <pre><code>CODE</code></pre>. Additionally, you'll need to escape the HTML entities (try Postable), otherwise the code will not display properly.