Add a sound card and USB to a VMware Player VM
Edit the VMX file and
ADD sound
sound.present = “TRUE”
sound.fileName = “-1″
sound.autodetect = “TRUE”
ADD USB
usb.present = “TRUE”
usb.generic.autoconnect = “FALSE”
Edit the VMX file and
ADD sound
sound.present = “TRUE”
sound.fileName = “-1″
sound.autodetect = “TRUE”
ADD USB
usb.present = “TRUE”
usb.generic.autoconnect = “FALSE”
You must be logged in to post a comment.