Solution Idea:
For the Apple system, the keyboard and touchpad are unified according to the USB device to identify and use, they are the type of HID devices, is a USB device, HID is the human learning input devices in English shorthand. The USB key We are connected to is a HID device, and VMware's default setting is not to put HID devices in the list of USB devices, we only need a piece of code in VMware, which means that VMware displays all USB devices, Do not shield HID devices. After knowing this principle, we explain the concrete solution idea.
Apple notebook VMware Virtual machine cannot recognize USB key solution 1, open VMware, click on the top menu bar to find "window"-> "Virtual Machine Resource Library", open the virtual Machine resource Library
2, in the list to find to solve the problem of virtual machines, such as small series I was directly bootcamp do virtual machine, so select Bootcamp, select the virtual machine, click the right mouse button, click "In the Finder display",
3, select the virtual machine file in the Finder, click the right button, select "Show Package content
4, in the virtual machine file found VMX file, found after using a text editor to open, the following figure
5. Use text editing to add a line of Usb.generic.allowHID = "TRUE" to the file, and the meaning of the row code is to make the universal USB device visible to the virtual machine.
6, add the code, save, exit, restart the virtual machine, after the VMware virtual machine can see the USB key device, this is in the VMware Virtual Machine Network silver USB file and USB key unrecognized problem successfully.