![]() ![]() |
Oct 31 2005, 04:48 AM Post
#1 | |
| Group: Members Posts: 3 Joined: 31-October 05 Member No.: 78238 |
Hi, is there a way to identify the exact Windows Version (95-XP, NT4-2003)? Perhaps, there is a registry key... Thanks... |
| | |
Oct 31 2005, 05:02 AM Post
#2 | |
| WPI Guru Group: Software Developers Posts: 6516 Joined: 18-September 03 From: Pocatello, ID Member No.: 6960 OS: Windows 7 x64 |
Run ---- type in "winver"
|
| | |
Oct 31 2005, 07:06 AM Post
#3 | |
| Group: Members Posts: 3 Joined: 31-October 05 Member No.: 78238 |
Thanks, but i am looking for a key in the registry where i can find the information.
|
| | |
Oct 31 2005, 08:32 AM Post
#4 | |
| MSFN Addict Group: Moderator Posts: 1748 Joined: 2-August 03 From: Vancouver,B.C Member No.: 5386 OS: none |
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 |
| | |
Oct 31 2005, 09:57 AM Post
#5 | |
| Group: Members Posts: 3 Joined: 31-October 05 Member No.: 78238 |
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. ... |
| | |
Oct 31 2005, 10:06 AM Post
#6 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 381 Joined: 28-June 05 Member No.: 62247 |
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 |
| | |
Oct 31 2005, 07:29 PM Post
#7 | |
| MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1298 Joined: 12-March 05 From: United States Member No.: 47483 |
Or go to HKLM\Software\Microsoft\Windows NT\Current Version.
|
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 09:28 PM |