-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
25
-
windows
WMIC is disabled by default in Windows Server 2025, and it will be removed from Windows in a future release.
See the following Microsoft documentation for more details:
https://learn.microsoft.com/en-us/windows-server/get-started/removed-deprecated-features-windows-server?tabs=ws25#features-no-longer-in-development
In the JDK source code, WMIC is used for build infrastructure and testing. These no longer work on the default Windows Server 2025.
Before it's completely removed, I propose replacing it with PowerShell for WMI.
See the following Microsoft documentation for more details:
https://learn.microsoft.com/en-us/windows-server/get-started/removed-deprecated-features-windows-server?tabs=ws25#features-no-longer-in-development
In the JDK source code, WMIC is used for build infrastructure and testing. These no longer work on the default Windows Server 2025.
Before it's completely removed, I propose replacing it with PowerShell for WMI.
- links to
-
Review(master) openjdk/jdk/24791