How to get software & hardware information from windows (like dxdiag)?

前端 未结 3 405
后悔当初
后悔当初 2021-01-15 16:04

I need to get hardware and software information of Windows like the information we got from dxdiag

  • Computer module : TOSHIBA l775
  • Processor
  • 3条回答
    •  耶瑟儿~
      2021-01-15 16:49

      It is simple, you can easily get such information from the registry, or using the System.Management library. It depends greatly on what information you are willing to get. I made a detailed post which explains how you can accomplish this Here it is

    提交回复
    热议问题