The Computer Oracle

Which Windows 8.1 edition am I running

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle4

--

Chapters
00:00 Which Windows 8.1 Edition Am I Running
00:23 Accepted Answer Score 22
01:23 Answer 2 Score 5
01:38 Answer 3 Score 0
01:56 Answer 4 Score 3
02:07 Thank you

--

Full question
https://superuser.com/questions/794083/w...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows81

#avk47



ACCEPTED ANSWER

Score 22


In the Run window (Win+R) type: cmd /c "slmgr /dli"

You should see something like this:

Name: Windows(R) BLAH edition
Description: Windows(R) Operating System, BLAH channel
...
License status: Licensed

Alternative Solution

You can also use WMI to query the OS information using this command:

wmic os get Caption, Version, OperatingSystemSKU, OSProductSuite

You should see something like this:

Caption                                OperatingSystemSKU  OSProductSuite  Version
Microsoft Windows 8.1 Single Language  100                 768             6.3.9600

OS SKU codes are explained here and here. 100 (0x64) stands for PRODUCT_CORE_SINGLELANGUAGE

OSProductSuite codes are explained here. 768 (0x300) = 512 (0x200) + 256 (0x100)
This means Windows Home Edition is installed and Terminal Services is installed, but only one interactive session is supported.




ANSWER 2

Score 5


With PowerShell

(Get-WmiObject -Class Win32_OperatingSystem).Caption

To start PowerShell, hit Win + R (to open Run utility), type in powershell and hit enter.




ANSWER 3

Score 3


Open the command line (right click on window, then select Run), type systeminfo.exe and press Enter.




ANSWER 4

Score 0


You can use the ver command. There might be some variants I am not aware of. It should print the version of your and / or the version of the command processor.

There are keys in registry in bottom that hold the value of the Ver.