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.
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.