Jump to content

Help view version windows


Recommended Posts

Hi everybody!

Please help me write code to detect "R2" in windows server 2003 R2 enterprise with GetSystemMetrics function.

I have infomations about it here :

http://msdn.microsoft.com/en-us/library/ms724833%28VS.85%29.aspx

GetSystemMetrics(SM_SERVERR2) != 0 ====> Windows Server 2003 R2 (How to get it via autoit?)

Thanks for your help.

Thanks so much.

Edited by john123
Link to comment
Share on other sites

@OSType

Returns "WIN32_NT" for NT/2000/XP/2003/Vista and returns "WIN32_WINDOWS" for 95/98/Me

@OSVersion

Returns one of the following: "WIN_VISTA", "WIN_2003", "WIN_XP", "WIN_2000", "WIN_NT4", "WIN_ME", "WIN_98", "WIN_95"

@OSBuild

Returns the OS build number. For example, Windows 2003 Server returns 3790

@OSServicePack

Service pack info in the form of "Service Pack 3" or, for Windows 95, it may return "B"

Sorry I missed the whole GetSystemMetrics function. Disregard above!

Edited by rogue5099
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...