Anhang läuft unter WIN 7 64Bit, Ausgabe umgeleitet in TXT-File,
starten mit
dmi.bat
Source in C:
API found on Windows 2003 or newer. From Windows 2003 SP1
* Microsoft only allows
access to physical memory by kernel
* mode. The other way to get the SMBIOS, without to
access
* physical memory is GetSystemFirmwareTable
API.
*
* see more on:
*
http://download.microsoft.com/downlo...8E6/SMBIOS.doc
*/
u32 (__stdcall *GetSystemFirmwareTable)(
u32 FirmwareTableProviderSignature,
u32 FirmwareTableID,
void *pFirmwareTableBuffer,
u32 BufferSize
);
http://www.nongnu.org/dmidecode/