I saw this topic but I doesnt give all the information I need. Is there any PORTABLE way (all Windows's portable only) to get cpu model name, vendor id and no of physical processors?
1 Answer
The link you provide is for the mobile versions of Windows, so if by portable you mean the desktop versions as well then GetSystemInfo is available (as stated) for all versions from Window 2000 and up.
If you need older versions than that then you should give some limits.