# vmWare

<div aria-level="3" id="bkmrk-export-vmware-player">**Export VMWare Player's Virtual Machines to an OVF file**</div><div id="bkmrk-find-the-path-to-you">1. Find the path to your **VM**.
2. Open a command prompt (elevated).
3. Type CD\\program files\\**vmware**\\**vmware** OVF\_Tool.
4. Enter.
5. type ovftool “C:\\the path to your **VM**\\your VMname.vmx” c:\\new directory\\name.**ovf**.

</div>```code
Import
qm importovf 999 WinDev1709Eval.ovf local-lvm
```