Hi,
for a Mac-VM:
you can easily add 2 lines in the vmx file:
serialNumber = "C02XXXXXX153"
hw.model = "MacBookPro15,1"
but how does it work for a VM with Windows 10? I found a solution that says:
SMBIOS.use12CharSerialNumber = "TRUE"
serialNumber = "myserialnumb"
But this won't work for me?!?! Any ideas