Top "Wmi" questions

Windows Management Instrumentation (WMI) is an API for managing the Windows operating system on local or remote computers.

WMIprvse process leaks memory on 2008 server R2

I have a Windows 2008 R2 server running on a VM machine. My .NET service is running on this server periodically …

windows windows-server-2008 wmi wmi-query wmi-service
Getting CPU ID code from C# to be in C++

I have this C# code to get Processor ID but I'm not able to pass it to C++, I tried …

c# c++ wmi wql cpuid
WMI namespace root\cimv2 not available on Win2k?

I'm trying to run the following VBScript code on a Win2k SP4: strComputer = "." Set oWMIService = GetObject("winmgmts:" & "{impersonationLevel=…

windows vbscript wmi windows-2000
Get the date-time of last windows shutdown event using .NET

Is there a way to find out when the system was last shutdown? I know there's a way to find …

c# .net time wmi shutdown
Change local administrator password in C#

I am looking for a way to change the password of a local user account (local Administrator) on a Windows (…

c# wmi
'proper' & reliable way to get all installed windows programs in Python?

I've seen numerous ways of retrieving installed programs on WinXP+ in python. What is the proper and most robust way …

python windows registry wmi win32com
C# Get working directory of another process

I want to determine the absolute path of files used by a known process by reading the command line. Currently, …

c# process wmi working-directory
Receive notification when RegistryKey Value was changed

I want a notification when a specific RegistryKey in HKEY_CURRENT_USER is changed. So far I tried this via …

c# registry wmi notifications wbem
Query WMI from Go

I would like to run WMI queries from Go. There are ways to call DLL functions from Go. My understanding …

com go wmi
using WMI to uninstall applications remotely

I am trying to write a mini w32 executable to remotely uninstall an application using WMI. I can list all …

c# wmi uninstallation wmi-query