Removing msxml3.dll from end users from Kace SMA
Hi folks,
I am looking to get rid of this file from end users computer, was wondering if it safe to remove this file since the updated dll file msxml6.dll exists. Also is there a way or an update can remove the old dll file through Kace SMA.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
pnorman@Quest
2 years ago
From what I'm reading, you wouldn't necessarily want to get ride of v3 as it is still current and provides support for legacy features. There is no issue running the two concurrently.
That said, if you still want to dump v3, you could do it pretty easily with a script.
online shell script, and in script text use:
del "C:\Windows\System32\msxml3.dll"