Jump to content

Read Device manager


Recommended Posts

  • 2 weeks later...

I want for example to read the name and "Hardware Id" of Disk drive (as viewed in attached picture)

Thanks

Hi,

just some thoughts: you could google on visual basic scripts (VBS) and getting device manager info.

There are some objects (activeX) available in a standard windows installation which are commonly used in windows scripts to retrieve this type of information. I have read threads about getting installed software information, managing services, or getting users and groups information. It certainly allows looking at the info found in the device manager.

It is called Windows Management Interface (WMI).

Since it is activeX, you should be able to "translate" examples found for VBS into G code.

I hope it helps getting in the right direction.

Cheers.

Link to comment

Hi,

just some thoughts: you could google on visual basic scripts (VBS) and getting device manager info.

There are some objects (activeX) available in a standard windows installation which are commonly used in windows scripts to retrieve this type of information. I have read threads about getting installed software information, managing services, or getting users and groups information. It certainly allows looking at the info found in the device manager.

It is called Windows Management Interface (WMI).

Since it is activeX, you should be able to "translate" examples found for VBS into G code.

I hope it helps getting in the right direction.

Cheers.

Thanks, I will try it.

Thanks to everyone for the help

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.