Open VMX file in VMWare

I have Ubuntu-12.4 installed on VMWare and I want to edit .vmx file to enable KVM Virtualization

I have seen a tutorial how to edit but can't find where the .vmx file is?

1 Answer

The .vmx file is typically located in the directory where you created the virtual machine.

In Linux, run the vmware-cmd -l command to list the full path to all registered .vmx files.

In Windows XP and Server 2003, the default location for the file is:

C:\Documents and Settings\your_user_name\My Documents\Virtual Machines\virtual_machine_name.vmx

In Windows Vista, Windows 7, and Windows Server 2008, the default location for the file is:

C:\Users\your_user_name\My Documents\Virtual Machines\virtual_machine_name.vmx

Source

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like