find-process
find-process copied to clipboard
find process by port/pid/name etc.
Powershell 3 is not available in windows 7 and older, Get-CimInstance cannot be called then. Used WMIC for older version with cmd instead of powershell fix #57
I have been reading changes in the most recent commits, preparing to install the new version because the change log in this project is non-existent, and my attention was caught...
On my machine (darwin), calling `find('name', 'whatever')` always returns a non-empty result, no matter what I pass as a search pattern. The reason is that on my machine there's a...
If the mac original language is English and then install a Chinese language with one Chinese application. The Chinese showed correctly in Mac Monitor but by using find-process, it will...
windows系统中如果程序路径中有中文就会检测失败。无论检测pid 还是检测占用的 port 都会失败
Hello, One of our users is having trouble with an ENOENT being thrown by `find-process`, indicating that WMIC could not be found: cypress-io/cypress#3912 Here is the text of the error,...
Hi, regarding to the subject that was also discussed in #28 , any workarounds / future PR for that ? The most naive solution might be to create the following...
I am testing `find-process` installed as npm global dependency on an ubuntu machine without installing `netstat`. When I use it to find process, it only prompt `No process found` instead...
It would be great to be able to pass an array of possible values to match and get all the results back at once. I realize that it is possible...
PSCore has a faster load time and offers the same functionality required for find-process over the legacy .NET Framework based versions. This change is to switched the PowerShell spawning to...