IPB

Google Frontpage Forums Unattended CD/DVD Guide
 
Reply to this topicStart new topic
> How to identify exact Windows Version?
Smart71
post Oct 31 2005, 04:48 AM
Post #1





Group: Members
Posts: 3
Joined: 31-October 05
Member No.: 78238
Country Flag


Hi,

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

Thanks...
Go to the top of the page
 
+Quote Post
Kelsenellenelvia...
post Oct 31 2005, 05:02 AM
Post #2


WPI Guru
Group Icon

Group: Software Developers
Posts: 6503
Joined: 18-September 03
From: Pocatello, ID
Member No.: 6960
OS: Windows 7 x64
Country Flag


Run ---- type in "winver"
Go to the top of the page
 
+Quote Post
Smart71
post Oct 31 2005, 07:06 AM
Post #3





Group: Members
Posts: 3
Joined: 31-October 05
Member No.: 78238
Country Flag


Thanks, but i am looking for a key in the registry where i can find the information.
Go to the top of the page
 
+Quote Post
gunsmokingman
post Oct 31 2005, 08:32 AM
Post #4


MSFN Addict
Group Icon

Group: Moderator
Posts: 1743
Joined: 2-August 03
From: Vancouver,B.C
Member No.: 5386
OS: none
Country Flag


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: Oct 31 2005, 08:32 AM
Go to the top of the page
 
+Quote Post
Smart71
post Oct 31 2005, 09:57 AM
Post #5





Group: Members
Posts: 3
Joined: 31-October 05
Member No.: 78238
Country Flag


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.

...
Go to the top of the page
 
+Quote Post
Nakatomi2010
post Oct 31 2005, 10:06 AM
Post #6


Advanced Member
***

Group: Members
Posts: 381
Joined: 28-June 05
Member No.: 62247
Country Flag


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...

CODE
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: Oct 31 2005, 10:09 AM
Go to the top of the page
 
+Quote Post
Aegis
post Oct 31 2005, 07:29 PM
Post #7


MSFN Expert
******

Group: Members
Posts: 1298
Joined: 12-March 05
From: United States
Member No.: 47483
Country Flag


Or go to HKLM\Software\Microsoft\Windows NT\Current Version.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 7th November 2009 - 12:23 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy