Add periods to alt text

No other changes
This commit is contained in:
Gary Moore
2021-08-21 13:08:01 -07:00
parent 963086456e
commit 17262985e6
406 changed files with 2100 additions and 2100 deletions

View File

@ -22,27 +22,27 @@ Click **Start** > **Settings** > **System** > click **About** from the bottom of
You'll now see **Edition**, **Version**, and **OS Build** information. Something like this:
![screenshot of the system properties window for a device running Windows 10](images/systemcollage.png)
![screenshot of the system properties window for a device running Windows 10.](images/systemcollage.png)
## Using Keyword Search
You can simply type the following in the search bar and press **ENTER** to see version details for your device.
**“winver”**
![screenshot of the About Windows display text](images/winver.png)
![screenshot of the About Windows display text.](images/winver.png)
**“msinfo”** or **"msinfo32"** to open **System Information**:
![screenshot of the System Information display text](images/msinfo32.png)
![screenshot of the System Information display text.](images/msinfo32.png)
## Using Command Prompt or PowerShell
At the Command Prompt or PowerShell interface, type **"systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"** and then press **ENTER**
![screenshot of system information display text](images/refcmd.png)
![screenshot of system information display text.](images/refcmd.png)
At the Command Prompt or PowerShell, type **"slmgr /dlv"**, and then press ENTER. The /dlv command displays the detailed licensing information. Notice the output displays "EnterpriseS" as seen in the image below:
![screenshot of software licensing manager](images/slmgr_dlv.png)
![screenshot of software licensing manager.](images/slmgr_dlv.png)
## What does it all mean?