Results 1 to 2 of 2
I need my HWID's in order to get some help installing XP to a system - I have an .exe program which will list them in the format VEN_**** & ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-23-2010 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
How do I get list of hardware ID's?
I need my HWID's in order to get some help installing XP to a system - I have an .exe program which will list them in the format VEN_**** & DEV_**** & possibly SUBSYS_******. But obviously this will only run on a windows system, is there another utility I can use in Puppy Linux 5.0.1 to do the same thing, or a way to run the program I have?
- 07-23-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
You can try the following commands to find quite a lot of system information:
or...Code:dmidecode | more
For more information on using dmidecode check the man page:Code:dmidecode | grep -i "WhatEverYouAreLookingForInQuotes"
Code:man dmidecode
oz


Reply With Quote
