0

How to get computer device manager information (in Windows (especially win 10)) as text result in cpp code?. In addition I don't want to use registry i my code.

M.Parker
  • 45
  • 6

1 Answers1

1

You can get information of device manager using Windows Management Instrumentation(WMI) or by using Setup APIs. One example of Setup APIs for getting device manager information can be found in code project.

Chandra
  • 471
  • 2
  • 10