Kitutz / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

OS Bit Version #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With the SysInfo Plugin, report the Bit version (32bit, 64bit, x86, x86_64
[however it works out best]) for the OS, either as an optional flag on the
OS_VERSION or as a separate value entirely. 

My personal thought is to have bit version as an optional flag, ex:

[Mse_OS]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=OS_VERSION
OSBitVersion=1

With 1 being present, 0 being hidden. So that when displayed, the result
would appear as:

Windows XP 32-Bit, Windows Vista 64-Bit, Windows 7 32-Bit etc.

Original issue reported on code.google.com by DaneHe...@gmail.com on 17 Jul 2009 at 6:35

GoogleCodeExporter commented 8 years ago
The revision 103 has now OS_BITS for the SysInfo plugin which returns the OS 
bits
(32/64).

Original comment by kimmo.pekkola on 27 Jul 2009 at 9:13