Port and Drivers problem on Arduino Uno

Hi, I'm a newbie to Arduino. I hope someone can help me.
I have Arduino Uno, with Atmel32pmega.

I tried to conect the arduino to my pc and upload the Blink program.

It didnt work and i got the messege SERIAL PORT WAS NOT SELECTED.
The Tools> Port option in the Arduino IDE 1.8.8 is grayed out(can't click on it).
I opened the Device meneger to Ports (COM & LPT) and downlod the "Arduino Uno" one.
It show (COM 8) Arduino uno, with a yellow mark.
I saw the messege "The progaram for this device installed but it may not operete.
THERE IS NO OPTION TO ACTIVATE THIS DEVICE (code 10).

My PC specs

  • intel(R)Core(TM) i5-4200M CPU @ 2.50 GHz
  • 8.00 GB
  • Windows 10 64bits

The pics are in the attachment
Pleas Help... :cry: :cry:

arduino.PNG

Code 10 is a driver issue.

If it is a clone board you may need additional drivers that are not supplied with the IDE
Could be either CH340/341 or CP2102

This issue come up a lot so you can find additional information by reading a few posts in the section.