windows

How to Download & Install Git on Windows 10

  Description A tutorial and how-to demonstration of a download and installation of Git on Windows 10 64 bit. All install options are discussed in some detail in a step-by step fashion. The Bash shell, MinTTY, and MinGW 64 bit are briefly discussed & the configuration / install options are considered.  This particular Git version […]

How to Download & Install Git on Windows 10 Read More »

How To Download and Install Python 3.8 on Windows 10

Description A video which shows How To Download and Install Python 3.8 on Windows 10 or Windows 7. This is a Python Windows tutorial for beginners. This is an easy installation, but important information is provided to help choose the installation options. After we install Python 3.x.x, we want to confirm our installation by running

How To Download and Install Python 3.8 on Windows 10 Read More »

3 Ways of Motherboard Identification in Windows

My personal favorite, the command-line.  Type “cmd” into your Windows search (or use your shortcut!): Then issue the wmic command like so: Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft Corporation. All rights reserved. c:\>wmic baseboard get product,Manufacturer,version,serialnumber,Model,Name Manufacturer Model Name Product SerialNumber Version Intel Corporation Base Board DH77EB BQEB219007QS AAG39073-304 A good option I’ve used

3 Ways of Motherboard Identification in Windows Read More »