VMware Virtual Machine File

The thingie is very easy but it was very weird, I used auto generated file by easyvmx.com (and even I ‘ve used the vmplayer or ESXi or all version VMs created VM machine files), but bumped with the blue screen.
 
finally, I found the tricky way, I created by WS6 and edit myself and it was worked. haha~ here is it at following.
 
#Virtual machine Setting
config.version = "8"
virtualHW.version = "6"
guestOS = "winxppro"
displayName = "My Tricky XP"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "useGlobal"
#PowerOn/Off Option
gui.powerOnAtStartup = "FALSE"
gui.fullScreenAtPowerOn = "TRUE"
gui.exitAtPowerOff ="TRUE"
#Mem Setting
memsize = "1024"
#IDE-CDROM Setting
ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
#Disable Floppy Drive
floppy0.present = "FALSE"
#Network Setting
ethernet0.present = "TRUE"
ethernet0.wakeOnPcktRcv = "FALSE"
#USB Setting
usb.present = "TRUE"
ehci.present = "TRUE"
#Sound Setting
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
#SVGA Setting
svga.autodetect = "TRUE"
pciBridge0.present = "TRUE"
mks.keyboardFilter = "allow"
#Temp File Setting
nvram = "My Tricky XP.nvram"
extendedConfigFile = "My Tricky XP.vmxf"
 
 
 

发表评论

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / 更改 )

Twitter picture

You are commenting using your Twitter account. Log Out / 更改 )

Facebook photo

You are commenting using your Facebook account. Log Out / 更改 )

Connecting to %s