Hi,
Please check if this works for you
$package = Dism.exe /Online /Get-Packages | Where-Object {$_ -match "KB4486153"} | ForEach-Object {$_.replace("Package Identity : ","")}
$null = Dism.exe /Online /Remove-Package /PackageName:$package /quiet /norestart
Best Regards,
Ian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.