Any I can help me I have out or solution?
I have follow the VMX Hardening option and changed but it still have failed check results
below is the virtal machine VMX file i have changed
#!/usr/bin/vmware
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "7"
pciBridge0.present = "true"
pciBridge4.present = "true"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "true"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "true"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "true"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "true"
nvram = "mklvpc002.nvram"
virtualHW.productCompatibility = "hosted"
powerType.powerOff = "soft"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "soft"
displayName = "mklvpc002"
extendedConfigFile = "mklvpc002.vmxf"
floppy0.present = "true"
memsize = "1024"
ide0:0.present = "true"
ide0:0.fileName = "mklvpc002.vmdk"
ide1:0.present = "true"
ide1:0.clientDevice = "TRUE"
ide1:0.deviceType = "atapi-cdrom"
ide1:0.startConnected = "FALSE"
floppy0.startConnected = "false"
floppy0.fileName = ""
floppy0.clientDevice = "true"
ethernet0.present = "true"
ethernet0.virtualDev = "vmxnet3"
ethernet0.networkName = "production"
ethernet0.addressType = "vpx"
ethernet0.generatedAddress = "00:50:56:9c:00:0a"
chipset.onlineStandby = "false"
guestOS = "winxppro"
uuid.bios = "42 1c fb 17 28 dd 3f a9-4d a3 d6 fc 17 87 a1 b6"
vc.uuid = "50 1c 7a 18 86 f2 17 72-c4 46 fb dd 37 0b f7 45"
log.fileName = "vmware.log"
snapshot.action = "keep"
sched.cpu.min = "0"
sched.cpu.units = "mhz"
sched.cpu.shares = "normal"
sched.mem.minsize = "0"
sched.mem.shares = "normal"
tools.upgrade.policy = "manual"
replay.supported = "FALSE"
unity.wasCapable = "FALSE"
replay.filename = ""
ide0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
ethernet0.pciSlotNumber = "160"
vmci0.pciSlotNumber = "32"
vmotion.checkpointFBSize = "4194304"
hostCPUID.0 = "0000000b756e65476c65746e49656e69"
hostCPUID.1 = "000206c200200800029ee3ffbfebfbff"
hostCPUID.80000001 = "0000000000000000000000012c100800"
guestCPUID.0 = "0000000b756e65476c65746e49656e69"
guestCPUID.1 = "000206c200010800829822030febfbff"
guestCPUID.80000001 = "00000000000000000000000128100800"
userCPUID.0 = "0000000b756e65476c65746e49656e69"
userCPUID.1 = "000206c200200800029822030febfbff"
userCPUID.80000001 = "00000000000000000000000128100800"
evcCompatibilityMode = "FALSE"
tools.deployPkg.fileName = ""
vmci0.id = "394764726"
tools.syncTime = "FALSE"
uuid.location = "56 4d c6 62 09 1a d3 0c-aa 6c 2a b5 84 b8 53 66"
cleanShutdown = "TRUE"
sched.swap.derivedName = "/vmfs/volumes/4f04f15c-c19044fa-4fa4-6c626dbe8e56/mklvpc002/mklvpc002-319a4200.vswp"
uuid.action = "keep"
ide1:0.fileName = ""
bios.forceSetupOnce = "FALSE"
isolation.tools.diskWiper.disable = "true"
isolation.tools.diskShrink.disable = "true"
RemoteDisplay.maxConnections=1
floppyX.present = "false"
serialX.present = "false"
parallelX.present = "false"
usb.present = "false"
ideX:Y.present = "false"
isolation.device.connectable.disable=TRUE
isolation.device.edit.disable=TRUE
log.rotateSize = "100000"
log.keepOld = "10"
logging=FALSE
tools.setInfo.sizeLimit=1048576
isolation.tools.unity.push.update.disable = TRUE
isolation.tools.ghi.launchmenu.change = TRUE
isolation.tools.memSchedFakeSampleStats.disable = TRUE
isolation.tools.getCreds.disable = TRUE
isolation.tools.hgfsServerSet.disable = TRUE
p/s: Did I need to remove my virtual machine from the inventory before I change the VMX file?