I tried to install my Arduino Uno under Windows 8 today. The included drivers do not work because they are not signed. One way people get them to work is to temporarily disable the check on driver signing as seen here. I was able to do it without rebooting or using unsigned drivers. Here is how:
- First plug in your Uno and let the driver installation fail.
- Open the device manager, click start and then type device manager.
- Right click on the yellow Arduino Uno and choose update driver software.
- Click “Browse my computer for driver software”
- Then click “Let me pick from a list of device drivers on my computer”
- Click modem and then next.
- In the list, under manufactuer, choose Compaq. Then for model choose “Ricochet Wireless USB Modem”
- When Windows complains, it is OK, choose to continue and the close the installer after it completes.
- Now under modems, you will see “Ricochet Wireless USB Modem”, right click on it and choose properties.
- Under modem, set the maximum speed to 9600.
- On the advanced tab, click “Advanced Port Settings”
- Uncheck use FIFO buffers
Note the COM Port Number, you will need this in the Arduino IDE
Click OK, and click OK.
Done
from: http://dawdevel.blogspot.nl/2012/12/arduino-uno-on-windows-8-without.html