Hello
It seems that you are trying to remove the vulnerability of microsoft-msxml-4-obsolete
from your Windows Server 2012 R2. According to a source, you can try the following steps to uninstall MSXML 4.0:
- Open the Control Panel.
- Click on Programs and Features.
- Select the MSXML 4.0 SP2 entry.
- Click on Uninstall.
Description of an update for Microsoft XML Core Services 4.0 Service Pack 2 - Microsoft Support If the above steps do not work, you can try running the following command in an elevated PowerShell prompt:
Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -like "MSXML 4.0 SP*"} | ForEach-Object { $_.Uninstall() }
This command should uninstall MSXML 4.0 from your system.