17
3
|
I have searched everywhere but cannot find how to tell which version of Windows 8 I am running. I have the system properties on the screen but it just says "Windows 8," nothing else.
Is this the standard edition?
EDIT 04142015: My new favorite way to do this is to go to the commnand prompt and issue (same with Windows 7):
wmic os get caption
Response:
| ||||
|
14
|
I suspect it is the standard edition.
I have Pro and it shows as Windows 8 Pro as per the image below.
Alternatively, you can try the following from the command line:
| |||
8
|
To complement the other answers, I have Windows 8.1 Basic Edition, and the System Properties shows just "Windows 8.1".
In PC Settings -> PC Info, the same information is available:
This should complement the screenshots of the other editions shown in the other answers.
| |||
7
|
It will tell you on the System properties screen (WinBreak). I'm running Win 8 Pro and it reflects that:
If yours just says "Windows 8" then I would say you are running the standard version.
| |||
4
|
The only way to check your windows version is to open cmd.exe and type:
Wait a few moments, here's what mine says:
So, I am running Windows 8 Professional Volume Licensing
| ||||||||||||||||
|
1
|
Try opening Windows/System32/license.rtf, it should say exactly which Windows version you are using.
This method is useful when you are trying to determine your Windows version from an offline Windows partition (when you boot into a Linux for example).
| ||
0
|
If you go to 'Control Panel' on your computer, go to 'System and Security' On the 3rd bar down it'll say 'System' click on that tab, then it should say info about your computer.
Another way to find information out about your model go to the search (swipe left and search) type in 'winver' and click it.
| |||
0
|
Place the mouse in the lower right hand corner of the screen and choose "Search" then type "cmd.exe". Next, type slmgr.vbs /dlv
You will get a detailed description about the original licensed install for Win8 OS on your system.
| ||
0
|
Hit Windows+R, then type
winver or msinfo . | ||||
0
|
Boy this info is tough to find if Windows won't boot to the desktop and you need to know what operating system you are working with. I was eventually able to find all the information normally found in the 'Properties' page when right-clicking 'Computer' in 'Explorer' in the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ (in one form or another). If booting to a Windows desktop typing 'Windows Key' + 'R' will bring up a run dialog, next you would type 'regedit' in the box and navigate to the above key. Viewing this information offline is a little harder but the following page presents two good options for looking into the registry: http://www.wintips.org/how-to-edit-and-modify-registry-offline/
Hopefully this will be of use to the next person in my predicament...
| ||||
|
-1
|
Try running "winver" (Windows version). (Type
winver into the Run... dialog or a Command Prompt window.) | ||||