I am not sure which line in the vmx files you want to modify. So I will give you an example of an unrelated line "mem.hotadd" just to show you how you can change a line in a vmx file:
Get-VM-NameYourVM |Get-Advancedsetting-Namemem.hotadd |Set-AdvancedSetting-Value$true-Confirm:$false