How to check which application is using MSXML4.DLL?

saliu maama 1 Reputation point
2021-10-17T21:27:02.213+00:00

My vulnerability scan has flagged MSXML4.dll on few servers and workstations as unsupported and therefore subject to vulnerabilities. I would like to simply delete them but I would like to know which application installed it and still using it ? Any ideas ? Is there a powershell script I can use to auto remove these dll files

BTW the MSXML4 appears on my supported OS - Win 10, Windows Server 2012 and Windows Server 2016 in the C:\Windows\SYSWOW64\ folder.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,754 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,363 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-10-17T21:50:09.073+00:00

    As far as what installed it you may need to consult the application documentation. As to what uses it Procmon should help you.
    https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Rich Matheisen 44,776 Reputation points
    2021-10-17T22:56:19.417+00:00

    That DLL is part of Microsoft's XML Core Services 4.0. There's version 6 of this DLL -- MSXML6, but it doesn't support everything that version 4 did. Check if your version is MSXML4.dll SP3.

    description-of-an-update-for-microsoft-xml-core-services-4-0-service-pack-2-171a0bd5-cb42-8d6a-5d43-08df0d54e23c
    ms06-071-security-update-for-microsoft-xml-core-services-4-0-134d3572-d605-89e8-d967-45327a1f846a

    0 comments No comments