Windows 10 and Arduino are not working together at all. I have done just about everything I can find on this forum and the Web to get Arduino to work, all to no avail.
I have uninstalled all phone software, Android Studio, updated Java to the latest, uninstalled Arduiino 1.6.8 just about every time I uninstalled software to see if it would work. To see if anything would take, I even rebooted the PC when I removed other software before reinstalling Arduino. I removed the Arduino from hardware, deleting the device, rebooted, and reinstalled - does not work.
I have tried using an unzipped Arduino 1.5.8. Every time I tried, it has given me an error similar to this one:
Arduino: 1.6.8 (Windows 10), Board: "Arduino/Genuino Uno"
Sketch uses 1,106 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
avrdude: ser_open(): can't open device "\.\COM6": Access is denied.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Just to make sure the hardware works, I have installed the latest Arduino, 1.6.8 on my Linux machine. The Uno, the Mega, and the Due all work on the Linux machine. There is something between the two that do not like each other - in Windows.
Here is something that might provide a clue to those designing Windows and Arduino:
When I click on the Upload button, the progress bar goes about 1/10th of the way and then jumps back a bit and then progresses to the end, and then the error. The jump back happens within the first few seconds.
Does anybody have any help in the way of getting this to work?
BTW, with the Arduino 1.6.8, the Boards manager is working to install the Due. That was not happening on the previous versions I tried.
More information: I am using an HP with an AMD processor.