Hello,
We are migrating from Windows 11 22H2 to Windows 24H2, and, of course WMIC is no lounger enabled by default on 24H2. I tried to enable it by default like all the FOD, and with DISM, I can add it, the DISM detects that the feature is enabled.
The problem comes when you deploy Windows 11 over our SCCM system, when the OS is installed, WMIC is enabled (and available on c:\windows\system32\wbem\wmic.exe), but when you log in with a user account, it's uninstalled for no reason. We need to reinstall it over the features interface again.
All the others FOD are still available and working properly.



Did someone also face this issue?
I also tried to install it over a package when the user logs in with this Powershell script :
if not exist %WINDIR%\System32\wbem\wmic.exe ( DISM /Online /Add-Capability /CapabilityName:WMIC~~~~ )
On the logs, the installation is done, but on Windows it's still missing... And also new, not only related to our Windows version, the installation of almost all the FOD takes ages.... 5-15 minutes or more for some small FOD...
When we are lucky, it takes a few seconds, and all the other times it takes really a lot of time. I tried with the Office network, home network, and 5G network, same problem. If we have to live without it, we will do, but some software programs still need it, and we cannot install manually everywhere where it's needed.
Thank you in advance for the help!