You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: