Windows 10: unable to add WMIC

Discus and support unable to add WMIC in Windows 10 Software and Apps to solve the problem; I recently bought a new computer I tried to add some software I used to use that requires the use of WMIC, but was unable to do so.I tried to add it by... Discussion in 'Windows 10 Software and Apps' started by yoshiki nana, Mar 27, 2025.

  1. unable to add WMIC


    I recently bought a new computer I tried to add some software I used to use that requires the use of WMIC, but was unable to do so.I tried to add it by going to System -> Optional Features, but I get an error message saying that it could not be added.Is it not possible to add WMIC in windows 11?I believe that I cannot revert back to the OS version as I recently purchased this computer.

    :)
     
    yoshiki nana, Mar 27, 2025
    #1
  2. DavidY Win User

    Option 5 - wmic


    Hey Shawn

    If I use Option 5, it doesn't seem to work out quite the same way as it does in your screenshot.

    If I type "wmic product get name" in step 2, then I end up back at the command prompt. See my screeenshot.

    unable to add WMIC 28254d1485953672-uninstall-apps-windows-10-a-wmic_product_name.png


    But in your screenshot you seem to end up at "wmic:root\cli>".

    This means that if I type "product where name=”name of program” call uninstall" as step 4, I just get an error saying 'Product' is not recognised as a command, I guess because I'm back at a command prompt and not within wmic?

    I suspect that typing "wmic" on its own before step 4 would make it work out?

    Or maybe this command would work directly from a command prompt? (I've not tried this yet.)

    "wmic product where name=”name of program” call uninstall"
     
    DavidY, Mar 27, 2025
    #2
  3. Try3 Win User
    Blank Lines In 'wmic product get name'

    Matt,

    I don't get any blank lines.

    Whilst I cannot find any source document, it has always been my understanding that WMIC gets its list from the Registry key
    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall

    WMIC is 'deprecated'.
    - Type WMIC /? to see for yourself.
    - This means whatever MS wants it to mean on any given occasion. - 'Deprecated' can mean that security vulnerabilities will be addressed but no other development work will take place.
    - 'Deprecated' can mean completely inhibited.
    The WMIC method has always been limited anyway. You can find additional entries in Control panel, Programs & features.

    Do the PowerShell equivalents also produce blank lines for your computer?
    Get-WmiObject win32_product | Select-Object Name, Version, PackageName, InstallDate
    Get-CimInstance win32_product | Select-Object Name, Version, PackageName, InstallDate
    Taken from How to get a list of all installed Software - SID-500
    I suspect, but do not know, that this method is as limited as WMIC.


    Denis
     
  4. Ariel Aba Win User

    unable to add WMIC

    WMIC is not working in my system, for the every query it is showing Error with eventid: 5858 and ResultCode = 0x8007007E.

    Hi ravikarthik,

    Since you are asking an advanced question regarding WMIC, I suggest that you post this on ourTechNet
    Forums.
    The members there include IT professionals that can provide a more advanced recommendation on the next step to resolve your issue.

    Regards.
     
    Ariel Aba, Mar 27, 2025
    #4
Thema:

unable to add WMIC

Loading...
  1. unable to add WMIC - Similar Threads - unable add WMIC

  2. Unable to enable WMIC on Windows 11 24H2 by default.

    in Windows 10 Gaming
    Unable to enable WMIC on Windows 11 24H2 by default.: 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...
  3. Unable to enable WMIC on Windows 11 24H2 by default.

    in Windows 10 Software and Apps
    Unable to enable WMIC on Windows 11 24H2 by default.: 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...
  4. unable to add WMIC

    in Windows 10 Gaming
    unable to add WMIC: I recently bought a new computer I tried to add some software I used to use that requires the use of WMIC, but was unable to do so.I tried to add it by going to System -> Optional Features, but I get an error message saying that it could not be added.Is it not possible to add...
  5. Can't add Wmic Optional feature.

    in Windows 10 Gaming
    Can't add Wmic Optional feature.: This issue is very waste my time how can i solve it. it said couldn't install i dont have more information i dont understand only 4.44 MB but take so long to adding and lastly it said couldn't install i wait it's adding about 7 minutes what is going on in this system...
  6. Can't add Wmic Optional feature.

    in Windows 10 Software and Apps
    Can't add Wmic Optional feature.: This issue is very waste my time how can i solve it. it said couldn't install i dont have more information i dont understand only 4.44 MB but take so long to adding and lastly it said couldn't install i wait it's adding about 7 minutes what is going on in this system...
  7. Question regarding WMIC

    in Windows 10 Gaming
    Question regarding WMIC: I'm looking to upgrade my laptop RAM ASUS X441BA, so I want to check my capacity first.I typed in on cmd:wmic memphysical get MaxCapacity, MemoryDevices I got the outputMaxCapacity MemoryDevices 4194304 2What does this mean?Do I have 4194304 kilobytes 4.1GB to fit in within 2...
  8. Question regarding WMIC

    in Windows 10 Software and Apps
    Question regarding WMIC: I'm looking to upgrade my laptop RAM ASUS X441BA, so I want to check my capacity first.I typed in on cmd:wmic memphysical get MaxCapacity, MemoryDevices I got the outputMaxCapacity MemoryDevices 4194304 2What does this mean?Do I have 4194304 kilobytes 4.1GB to fit in within 2...
  9. Question regarding WMIC

    in Windows 10 Customization
    Question regarding WMIC: I'm looking to upgrade my laptop RAM ASUS X441BA, so I want to check my capacity first.I typed in on cmd:wmic memphysical get MaxCapacity, MemoryDevices I got the outputMaxCapacity MemoryDevices 4194304 2What does this mean?Do I have 4194304 kilobytes 4.1GB to fit in within 2...
  10. CMD wmic parameter?

    in Windows 10 Network and Sharing
    CMD wmic parameter?: Good morning, I'm practicing again and I'm facing another problem which I can't solve despite Google. I want to use the "wmic volume get Driveletter" to read the drive letter of a drive named:"test". But I can't get it to set the parameters so that only the drive:test is...