If you would like to find out which version of Windows your device is running, the following provides two methods, and you can choose either one to perform it.
Under Windows specifications, check which edition and version of Windows your device is running
You can type the following in the search bar and press ENTER to see version details for your device.
“msinfo” or “msinfo32” to open System Information:
You can also use winver or msinfo32 commands at the command prompt.
At the PowerShell or Command Prompt, type systeminfo | findstr /B /C:”OS Name” /B /C:”OS Version” and then press ENTER
systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"At the PowerShell or Command Prompt, type slmgr /dlv, and then press ENTER. The /dlv command displays the detailed licensing information. Notice the output displays “EnterpriseS” as seen in the following image:
You can also use winver or msinfo32 commands at the command prompt.