current updates applied

This commit is contained in:
MikeBlodge
2018-04-20 12:46:04 -07:00
parent 4abedb2011
commit 44888e3462
7 changed files with 43 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1,40 @@
---
title: What version of Windows am I running?
description: Discover which version of Windows you are running to determine whether or not your device is enrolled in the Long-Term Servicing Channel or Semi-Annual Channel.
keywords: Long-Term Servicing Channel, LTSC, LTSB, Semi-Annual Channel, SAC, Windows, version, OS Build
ms.prod: w10
ms.mktglfcycl: manage
ms.sitesec: library
author: MikeBlodge
ms.author: MikeBlodge
ms.date: 04/20/2018
---
# What version of Windows am I running?
To determine if your device is enrolled in the [Long-Term Servicing Channel](https://docs.microsoft.com/en-us/windows/deployment/update/waas-overview#servicing-channels) (LTSC) or the [Semi-Annual Channel](https://docs.microsoft.com/en-us/windows/deployment/update/waas-overview#servicing-channels) (SAC) you will need to know what version of Windows 10 you are running. There are a few separate ways to figure out which version of Windows you are running. Each method will reveal a varied set of details, so its useful to learn about all of them.
## System Properties
1. Click the **start** button
2. Select **settings** using the cog icon
3. Choose **settings** from the Windows Settings menu
4. Select **about** from the bottom of the left-hand menu
You will now see **Edition**, **Version**, and **OS Build** information listed below.
![screenshot of the system properties window for a device running Windows 10](images/systemprops.jpg)
## Keyword Search
You can simply type **“winver”** in the search bar to display version details of your device.
![screenshot of the About Windows display text](images/winversnip.jpg)
Alternatively, in the search bar you can type **“msinfo”** to display the information below:
![screenshot of the System Information display text](images/msinfosnip.jpg)
## Related topics
[Assign devices to servicing channels for Windows 10 updates](https://docs.microsoft.com/en-us/windows/deployment/update/waas-servicing-channels-windows-10-updates)<BR>
[Overview of WIndows as a service](https://docs.microsoft.com/en-us/windows/deployment/update/waas-overview)<BR>
[Windows 10 release information](https://www.microsoft.com/en-us/itpro/windows-10/release-information)