It is from inventr.io - it is part of the "30 days lost in Space" kit.
I have an Arduino UNO R3 and it has no problems. What's interesting is when I pull in the USB cable is comes back with COM3 (Arduino UNO) in the Port selection.
It's normal and expected that the "Hero" derivative board won't be identified in the Arduino IDE's Tools > Port menu as an "Arduino Uno". The reason is because it uses the CH340 USB chip, which has a manufacturer-provided VID/PID pair (USB device identifier).
Your "Elegoo" Uno clone uses the same ATmega16U2 USB chip as the official Uno, running the same firmware as the Uno's chip, which causes it to be identified as an Uno.
So don't get thrown off by the port not being labeled as an Uno, but you still need to answer @missdrew's question:
So now you know that COM1 is not the port of your "Hero" derivative board. This is the internal port of your computer, which is always there.
Most likely the reason why you're not getting a port for your derivative board is because you haven't installed the CH340 driver. You'll need to go for a little scavenger hunt on the Internet to find the driver on the Chinese manufacturer's somewhat sketchy looking website. Make sure it's the website of the manufacturer, WinChipHead (WCH), and not some rapscallion hoping to convince you to install their malware.
Thank you "pert". That was the answer. I have to say it is a little nerve racking going to these sites. It was like playing "Russian roulette" with malware. It is too bad there is not a location within the forum where someone can retrieve drivers, etc.
Thank you "missdrew", "sterretje", and "pert" for your assistance.
I have learned a very valuable lesson between the real-thing "Arduino UNO R3" and a clone "HERO".
ironman19:
It is too bad there is not a location within the forum where someone can retrieve drivers, etc.
I think it's safer to get it straight from the manufacturer than from someone on a forum.
ironman19:
Thank you "missdrew", "sterretje", and "pert" for your assistance.
You're welcome. I'm glad if it's working now.
ironman19:
I have learned a very valuable lesson between the real-thing "Arduino UNO R3" and a clone "HERO".
If we're being nit picky, this is actually a "derivative", not a "clone". Your Elegoo board is a clone in that the hardware design is identical to the Uno (at least from looking at it on the picture). The designer of the "Hero" board didn't just copy the open source hardware design of the Uno. Its design is modified in several ways, one of those being the use of the significantly less expensive CH340 in place of the ATmega16U2 chip.