| View previous topic :: View next topic |
| Author |
Message |
calculon
Joined: 21 Aug 2008 Posts: 75
|
Posted: Tue Aug 11, 2009 6:29 pm Post subject: A_OSVersion |
|
|
Hi,
I know that Windows 7 is identified as 'WIN_VISTA' using A_OSVersion.
What are these versions identified as?
- Windows XP Professional x64 Edition
- Windows Server 2003
- Windows Server 2008
Thanks. |
|
| Back to top |
|
 |
TchnclFl
Joined: 29 Jul 2009 Posts: 48
|
|
| Back to top |
|
 |
Guest
|
Posted: Thu Aug 20, 2009 4:37 am Post subject: |
|
|
window 7 32bit:
 |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Thu Aug 20, 2009 7:16 am Post subject: |
|
|
| Code: | | MsgBox, %A_OSVERSION%`n%A_OSType% |
on Server 2008 (over RDP) gives
| Code: | ---------------------------
OSCheck.exe
---------------------------
WIN_VISTA
WIN32_NT
---------------------------
OK
---------------------------
|
_________________
(Common Answers) |
|
| Back to top |
|
 |
horntail
Joined: 03 Aug 2009 Posts: 69 Location: UK
|
Posted: Fri Aug 21, 2009 7:45 pm Post subject: |
|
|
| I dont know why that guests windows 7 showed up as WIN_XP but i can confirm that windows 7 retail (version 6.1.7600) shows up as WIN_VISTA |
|
| Back to top |
|
 |
|