Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows WMIC deprecated in Windows 10 21H1 #26

Open
mdaloia opened this issue Jun 17, 2022 · 0 comments
Open

Windows WMIC deprecated in Windows 10 21H1 #26

mdaloia opened this issue Jun 17, 2022 · 0 comments

Comments

@mdaloia
Copy link

mdaloia commented Jun 17, 2022

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
deprecation notice

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant