Topic: processor id

hi friends.. how to get processor or motherboard ID or IP address or Serial No..

Re: processor id

GetHardDiskSerial()
GetIPAddress

processor or motherboard ID - no

Re: processor id

maybe Dmitiry will find solution

Re: processor id

hello dmitiry ... still waiting for your response...

Re: processor id

It's not possible.

Dmitry.

Re: processor id

oh ho... sad
its ok...

Re: processor id

i am retrieving data from SQLServer database using Script.. is this possible that when datagrid update then software print most recent data automatically.....

Re: processor id

cmd : wmic bios get serialnumber... 
can you add this class in mvd...

Re: processor id

Reference

How to Find Out BIOS, Motherboard and CPU info from Command Line

https://www.nextofwindows.com/how-to-fi … mand-line/


https://i1.wp.com/www.nextofwindows.com/wp-content/uploads/2011/10/command_line_get_biso_info_thumb.png


If you want to get info about your system’s BIOS, then type this command

wmic bios get name,serialnumber,version

This will tells you the name if your BIOS, current version and it’s serial number if there is any.

wmic csproduct get name,identifyingnumber,uuid

Or

Use MVD Function Read Value Registry

My Visual Database : I Love You
Easy For Beginner Student For Me

10 (edited by tcoton 2019-04-22 13:38:59)

Re: processor id

How about running a cmd command within a script in mvdb which outputs in a .txt/ cvs file then import that .txt/cvs in the database?