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_**** & ...
- 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,086
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
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
