https://stackoverflow.com/questions/2728578/how-to-get-phyiscal-path-of-windows-service-using-net
https://www.codeproject.com/Articles/26533/A-ServiceController-Class-that-Contains-the-Path-t
http://brooke.blogs.sqlsentry.net/2010/02/win32service-memory-leak.html
https://stackoverflow.com/questions/4377810/managementobjectsearcher-out-of-memory-excepiton
Consider the following scenario:
- You have a computer that is running Windows Server 2008 R2 or Windows 7.
- An application or a service uses the Win32_Service Windows Management Instrumentation (WMI) class to query some service information frequently.
In this scenario, the memory usage of the Wmiprvse.exe process keeps increasing, and the system performance decreases. After a while, the system resources may be exhausted. Therefore, the applications or services that are running on the computer may stop working.