Using RegDevelop to Create your own Hardware and System Information Program

Using RegDevelop to Create your own Hardware and System Information Program - welcome to our blog Techno Live, now we will discuss information about the Using RegDevelop to Create your own Hardware and System Information Program, our admins on this blog has been around to collect information you are looking for so that we usakan to display complete information for you, and in this blog, you can also search for other information, ok please continue reading may be easily understood:

This is about : Using RegDevelop to Create your own Hardware and System Information Program
And this article : Using RegDevelop to Create your own Hardware and System Information Program

You can also see our article on:


Using RegDevelop to Create your own Hardware and System Information Program

Gathering of computer hardware and system information about the central processing unit (CPU), Memory Card (RAM), BIOS, motherboard, and other hardware peripherals are usually needed in many cases for hardware verification, driver installation and driver update.

hardware

Here’s a guide to create your own program using Regdevelop. All you need are commands use to get the hardware information.

How-to-do

Open the program and drag the button control and start configuring the settings.

buttoncontrol

Sample Settings

settings

hardwareinfo

----------------------------------------------------------------

Caption

CPU Current Voltage and Caption

StartProcess

cmd /k wmic cpu get caption,currentvoltage

----------------------------------------------------------------

Caption

System Information Tool

StartProcess

msinfo32

----------------------------------------------------------------

Caption

Current Clock Speed

StartProcess

wmic cpu get CurrentClockSpeed,MaxClockSpeed /every:3

----------------------------------------------------------------

Caption

Memory Card Information

StartProcess

cmd /k wmic memorychip get FormFactor,serialnumber,partnumber,speed,capacity,name

----------------------------------------------------------------

Caption

BIOS Information

StartProcess

cmd /k wmic bios get name,version,serialnumber

----------------------------------------------------------------

Caption

BaseBoard Information

StartProcess

cmd /k wmic baseboard get manufacturer,serialnumber

----------------------------------------------------------------

Caption

Get Network Card MacAddress

StartProcess

cmd /k wmic nic get macaddress,description,speed

----------------------------------------------------------------

Caption

CDROM Drive Information

StartProcess

cmd /k wmic cdrom get drive,id,volumeserialnumber,manufacturer

----------------------------------------------------------------

Caption

Disk Drive Information

StartProcess

cmd /k wmic diskdrive get model,serialnumber,size

----------------------------------------------------------------

Caption

DirectX Diagnostic Tool

StartProcess

dxdiag.exe

----------------------------------------------------------------

Finally, Click the Build Now Button. Enjoy!



Articles Using RegDevelop to Create your own Hardware and System Information Program finished we discussed

A few of our information about the Using RegDevelop to Create your own Hardware and System Information Program, I hope you can exploit carefully

No've You've finished reading an article on Using RegDevelop to Create your own Hardware and System Information Program and many articles about modern home in our blog this, please read it. and url link of this article is https://liveeconcerts.blogspot.com/2011/10/using-regdevelop-to-create-your-own.html Hopefully discussion articles on provide more knowledge about the world of tech gadgets.

Tag :

0 Response to "Using RegDevelop to Create your own Hardware and System Information Program"

Post a Comment