Solved! I need to find the model #

Solution
Type cmd in the windows search bar and a black box will show up. That is called the command line.
Type "WMIC CSPRODUCT GET NAME" without quotes and below you'll see the model!
You can do the same for the serial number "WMIC BIOS GET SERIALNUMBER"

SgtScream

Estimable
Dec 8, 2016
125
0
4,660
Type cmd in the windows search bar and a black box will show up. That is called the command line.
Type "WMIC CSPRODUCT GET NAME" without quotes and below you'll see the model!
You can do the same for the serial number "WMIC BIOS GET SERIALNUMBER"
 
Solution