Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • .net
  • c#
  • wmi

How to obtain additional info from the 'Win32_ProcessStopTrace' class through WMI?

Oct 30, 2015 See the question and my original answer on StackOverflow

Although the documentation does not talk about it, there is indeed a 'ProcessID' property on Win32_ProcessStopTrace and Win32_ProcessStartTrace as both classes derive from Win32_ProcessTrace which has it. You can check this using a tool such as WMIExplorer:

enter image description here

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms