Vmware Workstation: Deployed an OVF with NVRAM is not supported

From Vmware ESXi 6.7 to export one VM.
 
For testing application on my laptop locally.
 
When importing it to Vmware Workstation.
 
Get an error -  Deployed an OVF with NVRAM is not supported (incompatible vCenter version) .

Require to edit the OVF file, to remove all the NVRAM entries:
<File ovf:id="file3" ovf:href="<VM Name>.nvram" ovf:size="8684"/>
<vmw:ExtraConfig ovf:required="false" vmw:key="nvram" vmw:value="ovf:/file/file3"/>

Then, importing done.


References
"Deployed an OVF with NVRAM is not supported" error deploying an OVF in vSphere 6.7 (67724)


Update