VMWare Player: Set Default VM Location

The GUI of VMWare Player does not allow you to change the default location of your new VMs. However, a modification to the preferences file can.

Open up the following file in your favorite text editor:

%Appdata%\VMware\preferences.ini

Add in the following line, changing the path to your desired location:

prefvmx.defaultvmpath = "D:\Virtual Machines\VMWare Player"

Save, restart VMWare Player, and your new location should work when creating a new VM.

This has been tested on VMWare Player 6.

41 people found this post useful.


6 thoughts on “VMWare Player: Set Default VM Location

  1. fwiw it works in the linux VMWare Player 14 as well.

    edit the file:
    ~/.vmware/preferences

    Add the property:
    prefvmx.defaultvmpath = “/home/user/VMs/”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.