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:
Microsoft Windows 8.1 Pro
Answer
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:
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
Comments
Post a Comment