Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4076272
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T17:24:13+00:00 2026-05-20T17:24:13+00:00

I stumbled upon this oddity today while playing with some code to go down

  • 0

I stumbled upon this oddity today while playing with some code to go down different pathways in an application depending upon which Windows OS was running. The following code:

OperatingSystem os = Environment.OSVersion;
Version v = os.Version;
string osv = v.ToString();
Console.WriteLine("Revision=" + v.Revision.ToString());
Console.WriteLine("MinorRevision=" + v.MinorRevision.ToString());
Console.WriteLine("Minor=" + v.Minor.ToString());
Console.WriteLine("Major=" + v.Major.ToString());
Console.WriteLine("MajorRevision=" + v.MajorRevision.ToString());
Console.WriteLine(osv);

On my XP SP3 workstation the code above displays:

Revision=196608
MinorRevision=0
Minor=1
Major=5
MajorRevision=3
5.1.2600.196608

On one of our Win2003 SP2 servers it displays:

Revision=131072
MinorRevision=0
Minor=2
Major=5
MajorRevision=2
5.2.3790.131072

I was a little suprised at this, since the Major version number suggests that XP and Windows Server 2003 are basically the same version of Windows, with merely a minor version difference. Not entirely sure what the term “MajorRevision” means.

I was assuming that the third term in the full version number is the Build number, but v.Build actually returns blank in both cases.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T17:24:14+00:00Added an answer on May 20, 2026 at 5:24 pm

    That’s the version number of the Windows NT kernel.

    • 5.0: Windows 2000
    • 5.1: Windows XP
    • 5.2: Windows Server 2003
    • 6.0: Windows Vista, Windows Server 2008
    • 6.1: Windows 7, Windows Server 2008 R2

    Windows Server 2003 is in fact fairly similar to Windows XP at the kernel level, though there are many differences in the layers above the kernel, obviously. The Windows Server 2008 kernel is actually the same as the Windows Vista SP1 kernel, which is why the first service pack for Server 2008 was called SP2. And Windows 7 and Server 2008 R2 not only use the same kernel, but you can even use the same service pack to upgrade both of them to SP1.

    Source for Windows version Number.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I stumbled upon this piece of code which seems totaly broken to me, but
I stumbled upon this piece of code today: CGRect rect = {{0,0},{w,h}}; Here, I
I've been reading some OSS code lately and stumbled upon this peculiar piece: class
I really think the title explains it thoroughly enough. I stumbled upon this oddity
I stumbled upon this code and I am curious as to what use may
So I'm trying to install a web application and I stumbled upon this question:
I stumbled upon this while trying to build an ActiveX dll from an old
I stumbled upon this post while researching on the Delete Directory options available under:
I've stumbled upon this on ruby code. I know \d{4})\/(\d\d)\/(\d\d)\/(.*)/ means but what is
Hey, I stumbled upon this site looking for solutions for event overlaps in mySQL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.