forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Version information for each OS?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Mon Dec 31, 2001 1:47 am    Post subject: Version information for each OS? Reply with quote

Greetings everyone,

I'm looking to find out what the reg entries are for in each OS:

For win95, 95 OSR2, 98, 98 SE and ME:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion, VersionNumber

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion, Version

And for NT, 2k and I'm sure XP:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, CurrentVersion

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, ProductName

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, CurrentBuildNumber


Any replies with any of this info is greatly appreciated.


Thanks,

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Mon Dec 31, 2001 2:40 am    Post subject: Reply with quote

You could use the following simple script which will automatically copy the entries to the clipboard:

Code:

  list create,1
  list add,1,"Windows 9x:"
  list add,1,"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,VersionNumber" = @regread(LOCAL,Software\Microsoft\Windows\CurrentVersion,VersionNumber)
  list add,1,"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,Version" = @regread(LOCAL,Software\Microsoft\Windows\CurrentVersion,Version)
  list add,1,
  list add,1,"Windows NT:"
  list add,1,"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,VersionNumber" = @regread(LOCAL,SOFTWARE\Microsoft\Windows NT\CurrentVersion,CurrentVersion)
  list add,1,"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,ProductName" = @regread(LOCAL,SOFTWARE\Microsoft\Windows NT\CurrentVersion,ProductName)
  list add,1,"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,CurrentBuildNumber" = @regread(LOCAL,SOFTWARE\Microsoft\Windows NT\CurrentVersion,CurrentBuildNumber)
  DIALOG CREATE,Operating system registry entries,-1,0,600,300
  DIALOG ADD,EDIT,eResults,0,0,600,300,@text(1),,MULTI
  DIALOG SHOW
  list copy,1
  list close,1
  wait event



Here are my entries for Windows 2000:

Quote:

Windows 9x:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,VersionNumber =
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,Version =

Windows NT:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,VersionNumber = 5.0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,ProductName = Microsoft Windows 2000
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,CurrentBuildNumber = 2195



Best regards,

Tommy


Last edited by Tommy on Wed Jan 02, 2002 12:34 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Mon Dec 31, 2001 5:56 pm    Post subject: Reply with quote

Thanks Tommy Smile
_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Mon Dec 31, 2001 11:49 pm    Post subject: Reply with quote

Windows 9x:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,VersionNumber = 4.10.1998
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,Version = Windows 98

_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Tue Jan 01, 2002 6:23 am    Post subject: Reply with quote

Thanks Snarling Sheep.

Anybody with win95, NT4, ME or XP out there?


Best regards,

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Wed Jan 02, 2002 12:14 pm    Post subject: Reply with quote

Here ya go. Windows 95B (4.00.950 B):

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,VersionNumber = 4.03.1214
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,Version = Windows 95

Cheers, Mac
Back to top
View user's profile Send private message Send e-mail
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Wed Jan 02, 2002 12:32 pm    Post subject: Reply with quote

Windows Me:

Quote:

Windows 9x:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,VersionNumber = 4.90.3000
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,Version = Windows Millennium Edition

Windows NT:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,VersionNumber =
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,ProductName =
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,CurrentBuildNumber =

Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sylvester
Valued Newbie


Joined: 31 Jul 2000
Posts: 43
Location: Boston, MA USA

PostPosted: Wed Jan 02, 2002 5:43 pm    Post subject: Reply with quote

Hi Garrett,

Happy New Year to you and to everyone!

This is what I have for my WinNT Server 4 Service pack 6a. Smile

Unfortunately, I do not have any WinNT 4 Workstations left. They have all been replaced with Win2k.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, CurrentBuild= 1.511.1 () (Obsolete Data - do not use) <- I do not know why this phrase is here. I never bothered to check. Anyone?

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, CurrentBuildNumber= 1381

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, 4.0

Hope this helps.

Sylvester

_________________
Sylvester

In the immortal words of the great philosopher, Homer ... "D'OH!!!" 8O
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Wed Jan 02, 2002 11:34 pm    Post subject: Reply with quote

Thanks Mac, Thanks Tommy.

Sylvester, is there a ProductName on that NT 4 Svr? And thanks Sylvester. Smile

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Thu Jan 03, 2002 4:11 am    Post subject: Reply with quote

Heres the Data For Windows XP Home Edition:

Quote:

Windows 9x:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,VersionNumber =
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion,Version =

Windows NT:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,VersionNumber = 5.1
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,ProductName = Microsoft Windows XP
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,CurrentBuildNumber = 2600
Back to top
View user's profile Send private message
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Thu Jan 03, 2002 3:01 pm    Post subject: Reply with quote

I compiled an article containing the information submitted here. You can download it at:
http://www.vdsworld.com/download.php?file=downloads/articles/winver.zip

It still contains some gaps. We still need the information for Windows 95, Windows 95 OSR2, Windows 95 OSR2.1, Windows 95 OSR2.5, Windows NT Workstation and Windows XP Professional Edition. We still need some information about Windows NT Server.

Mac, which OSR version of Windows 95 are you actually using? I expect it to either be OSR2 or OSR2.1, but couldn't exactly figure which one, so the information isn't included in the table yet.

Best regards,

Tommy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Thu Jan 03, 2002 5:30 pm    Post subject: Reply with quote

Hi Tommy, :)

I'm guessing it's "OSR2.5".

My CD has USB OSR2 support version 4.03.1214 which is
on the "OSR2.5" CD. The "OSR2.1" CD has 4.03.1212.
This is the only clue I've found.

The CD doesn't say, and the system properties just shows
"Windows 95 4.00.950 B". There's no "OSR" found in the
registry, and a text search of Windows and Windows\System
files doesn't show "OSR" info in any of them.

So this is my best guess unless you have any ideas...

Cheers, Mac

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
Sylvester
Valued Newbie


Joined: 31 Jul 2000
Posts: 43
Location: Boston, MA USA

PostPosted: Thu Jan 03, 2002 5:56 pm    Post subject: Reply with quote

Garrett wrote:

Sylvester, is there a ProductName on that NT 4 Svr? And thanks Sylvester. Smile


Hi,
I have 5 installations of NT servers, 3 DC's (1 Primary and 2 Secondaries), 1 member server, and 1 stand alone that I can access readily. All my workstations are now Win2k. Yep, I'm a geek. I have networks at work and at home, it's insane. Razz None of the 3 types have ProductName in their registry entries.

What other information do we need from NT 4 Server (service Pack 6a)?
I don't have Win2k Servers yet. I did, but I dismantled them when I built a linux server, which promptly crashed so it's not available at the moment either. Embarassed

_________________
Sylvester

In the immortal words of the great philosopher, Homer ... "D'OH!!!" 8O
Back to top
View user's profile Send private message Send e-mail MSN Messenger
moke
Contributor
Contributor


Joined: 02 Jan 2002
Posts: 162

PostPosted: Fri Jan 04, 2002 7:32 pm    Post subject: Reply with quote

I was a little surprised to see that XP pro has the same entries as XP home edition, but it does.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion = 5.1
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion = Microsoft Windows XP
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion = 2600


Also NT 4.0 workstation is same as NT 4.0 server:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, CurrentBuildNumber= 1381
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, 4.0

No product name for NT 4.0 (apparently this started with 2000?)
This could pose a problem using only these reg keys to determine win version.
Back to top
View user's profile Send private message Send e-mail
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Fri Jan 04, 2002 8:30 pm    Post subject: Reply with quote

I uploaded a new version of the document. Still there are gaps for Windows 95, 95 OSR2 and 95 OSR2.1.

Anyone with Windows 95 still out there?

Tommy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group