|
This is the initial code to a more involved Windows Desktop application I'm creating. It uses the Windows Management Instrumentation (WMI) infrastructure to query a Windows-based computer about its configuration (computer name, operating system version, total memory, folders, etc.).
By default the program will display information about the PC on which it is running. Included are four lines of code in the WMI Class that can be uncommented to allow you to query a remote computer on your Windows network.
Use this code to create a useful application for your Windows-based network. There are more details you can gather from a PC using WMI.
|