Closed thorstenkampe closed 6 years ago
On import the value for "default vmxdir" is incorrectly computed:
==>default vmxdir is F:\cygwin\home\thorsten\Documents\Virtual Machines\
The correct value is in $env:APPDATA\preferences.ini (on Windows): prefvmx.defaultVMPath. vmxtoolkit should be able to use that value.
$env:APPDATA\preferences.ini
prefvmx.defaultVMPath
vmxtoolkit
fixed in 4.5.3.1
On import the value for "default vmxdir" is incorrectly computed:
The correct value is in
$env:APPDATA\preferences.ini
(on Windows):prefvmx.defaultVMPath
.vmxtoolkit
should be able to use that value.