Click here to Skip to main content
15,896,415 members
Articles / Programming Languages / Visual Basic

Retrieving Information From Windows Management Instrumentation

Rate me:
Please Sign up or sign in to vote.
4.93/5 (39 votes)
15 Jul 2010CDDL15 min read 85.7K   7.4K   62  
How to use WMI to get system information and present it to the user in an easy to understand format.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SysInfo", "SysInfo\SysInfo.vbproj", "{6D83FB17-BE0E-4AE1-9F04-3BAB0A96B45F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6D83FB17-BE0E-4AE1-9F04-3BAB0A96B45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6D83FB17-BE0E-4AE1-9F04-3BAB0A96B45F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6D83FB17-BE0E-4AE1-9F04-3BAB0A96B45F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6D83FB17-BE0E-4AE1-9F04-3BAB0A96B45F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)


Written By
Other
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions