The WMI command-line tool (WMIC) is deprecated since Windows 10 21H1 as could be seen here:
https://docs.microsoft.com/en-us/windows/win32/wmisdk/wmic

and also here: https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-deprecated-features
There is an associated issue that is could be relevant now to replace WMIC: #11
It seems some effort was done by @reinra on the multiModule branch but it is quite outdated.
Does it make sense to use ProcessHandle (available since 9) now that Java 11 and newer versions are much more widespread?
The WMI command-line tool (WMIC) is deprecated since Windows 10 21H1 as could be seen here:
https://docs.microsoft.com/en-us/windows/win32/wmisdk/wmic

and also here: https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-deprecated-features
There is an associated issue that is could be relevant now to replace WMIC: #11
It seems some effort was done by @reinra on the multiModule branch but it is quite outdated.
Does it make sense to use ProcessHandle (available since 9) now that Java 11 and newer versions are much more widespread?