February 16, 200521 yr Hello,has anybody any tool to read the motherboard typ for example ASUS K8V-X ?? I will write a VB Programm, that scan for the grafic card and the motherboard. And than copy the right driver to C:\DR.(I use Windows PE)Can anybody help me??
February 16, 200521 yr http://www.belarc.com/free_download.htmlThe Belarc Advisor builds a detailed profile of your installed software and hardware, including Microsoft Hotfixes, and displays the results in your Web browser. All of your PC profile information is kept private on your PC and is not sent to any web server
February 17, 200521 yr If you're looking for something command line based, give this a try. But if you're versed in VB you can just tap WMI to get all of that info.compname.7z
February 20, 200521 yr This command for example?wmic baseboard list full<{POST_SNAPBACK}>C:\Documents and Settings\Buletov>wmic baseboard list fullConfigOptions=Depth=Description=Base BoardHeight=HostingBoard=TRUEHotSwappable=InstallDate=Manufacturer=ASRockModel=Name=Base BoardOtherIdentifyingInfo=PartNumber=PoweredOn=TRUEProduct=K7VM2Removable=Replaceable=RequirementsDescription=RequiresDaughterBoard=SerialNumber=00000000SKU=SlotLayout=SpecialRequirements=Status=Tag=Base BoardVersion=2.00Weight=Width=nice, nice... with the combination with 'for' command we couldextract manufacturer and product, right?like this: "ASRock K7VM2"can anyone give it a shot?
February 20, 200521 yr If you go to Microsoft's web site and search for "Scriptomatic", download it, and toy with that a little, it will generate the code you need. The new version two will even run the script for you so you can see the output.
February 21, 200521 yr Nope, U can make it easier by using this:wmic baseboard get manufacturer, product /value
February 21, 200521 yr very nide indeed.... but how to put it in a variable in cmd window?using 'for' somehow?
Create an account or sign in to comment