Starting with window application for retriving list of software and hardware installed on remote pc

你离开我真会死。 提交于 2020-01-16 01:08:34

问题


I want to create an application that can give me a description of all the softwares and hardware installed on a computer that is connected through a Local Network.

In Hardware Description - I want something like the list shown in Device manager and in software description i want a list of all the softwares installed in remote pc as shown in "add and remove programs".

How should i start for this. What i need to implement. I havent used any API before so plz be little descriptive so that i can implement them.


回答1:


I'd start with WMI (Windows Management Instrumentation), I know you asked for the answer to be 'descriptive' but your question opens a pretty big topic and there probably isn't a quick 1,2,3 type answer for it.



来源:https://stackoverflow.com/questions/2161721/starting-with-window-application-for-retriving-list-of-software-and-hardware-ins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!