MSFN Forum: How to identify exact Windows Version? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to identify exact Windows Version? Rate Topic: -----

#1 User is offline   Smart71 

  • Group: Members
  • Posts: 3
  • Joined: 31-October 05

  Posted 31 October 2005 - 04:48 AM

Hi,

is there a way to identify the exact Windows Version (95-XP, NT4-2003)?
Perhaps, there is a registry key...

Thanks...


#2 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,754
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 October 2005 - 05:02 AM

Run ---- type in "winver"

#3 User is offline   Smart71 

  • Group: Members
  • Posts: 3
  • Joined: 31-October 05

Posted 31 October 2005 - 07:06 AM

Thanks, but i am looking for a key in the registry where i can find the information.

#4 User is offline   gunsmokingman 

  • MSFN Master
  • Group: Super Moderator
  • Posts: 2,019
  • Joined: 02-August 03
  • OS:none specified
  • Country: Country Flag

Posted 31 October 2005 - 08:32 AM

Here is a VBS script that will give the version and name of the OS on a computer
Save as Installed_Os.VBS

Quote

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set colOperatingSystems = objWMIService.ExecQuery _
("Select * from Win32_OperatingSystem")

For Each objOperatingSystem in colOperatingSystems
Msgbox objOperatingSystem.Caption & " " & _
objOperatingSystem.Version, 0 + 32,"Window Version"
Next

This post has been edited by gunsmokingman: 31 October 2005 - 08:32 AM


#5 User is offline   Smart71 

  • Group: Members
  • Posts: 3
  • Joined: 31-October 05

Posted 31 October 2005 - 09:57 AM

Thanks, for all the information but I need registry keys or file versions to determine the exact Windows version.
Novell ZENworks cannot get the results of winver or vbs scripts, so far as i know.

...

#6 User is offline   Nakatomi2010 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 381
  • Joined: 28-June 05

Posted 31 October 2005 - 10:06 AM

If you're running XP run regedit and do a search for "Home Edition" or "Professional" depending on your version and see wat comes up, tell someone to look in their version see if they have the same key, confirm it on about 5 machines, then assume it...

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Installations\x86_Microsoft.Tools.VisualCPlusPlus.Runtime-Libraries_6595b64144ccf1df_6.0.0.0_x-ww_ff9986d7\Codebases\OS


Try that....

This post has been edited by Nakatomi2010: 31 October 2005 - 10:09 AM


#7 User is offline   Aegis 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,298
  • Joined: 12-March 05

Posted 31 October 2005 - 07:29 PM

Or go to HKLM\Software\Microsoft\Windows NT\Current Version.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy