问题
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