Skip to content

Can't read Vmware Workstation .vmx #59

Open
@TheColonel2688

Description

@TheColonel2688

I am trying to read a Vmware .vmx file (Version 16 hardware)

So far no luck

here are the first few lines

.encoding = "windows-1252"
displayName = "Dev Master"
config.version = "8"
virtualHW.version = "18"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsisas1068"
sata0.present = "TRUE"
memsize = "12288"

When I do a Write-Host ($file | Out-String)
I get this

Name                           Value
----                           -----
_                              {.encoding, displayName, config.version, virtualHW.version...}

Is the issue that .vmx files don't have sections?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions