arduino micro as HID without driver installation on new computers

Hi,

I built an HID device using arduino micro but every time I plug it into a new computer it takes forever to install drivers and always fail some of them. The only driver I need is the one that makes it look like an HID device. Is there an way to speed it up when using with new computers?
On Mac it can be instantly recognized but on Windows it takes forever even searching drivers from updates is disabled.

Thanks,
Tim

timtianyang:
I built an HID device using arduino micro

I'm guessing the problem is something to do with the hardware or software in your solution.

Although you don't describe your problem in detail I guess it has to do with the serial device emulation on the USB that gets installed to enable sketch uploading. So you have to ensure that the serial device information (CDC) don't get included and that you upload your sketch with a programmer to overwrite the bootloader.

Post your current sketch.