Clearing VMWare Player Recent Virtual Machines list
October 26th, 2007The 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: vista, vmware player, xp












January 28th, 2008 at 8:45 am
Thanks!!
March 10th, 2008 at 10:01 am
Know how todo this with Linux?
Author Comment
Eric MartinMarch 10th, 2008 at 9:43 pm
@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”
July 17th, 2008 at 12:39 am
Thanks a lot!