How to get unique machine signature without WMI?
问题 I know that a question has already been asked about generating a unique ID for a machine but my question is slightly different. I want to know whether there are any other methods (API calls?) to get hardware information and NOT use WMI. I understand from MSDN that WMI is introduced in Win2000 so it doesnt seem to be available in Win98. I have an application that has to run even on Win98 (I know it sucks but what can you do?) and still get hold of hardware information. 回答1: I've done this