Post by itsklk » Thu Feb 16, 2023 5:47 pm
Hi Guys,
Have anyone tried to uninstall the FDM via powershell silently ?. I mean 100% without user interaction.
I am using : get-package |where name -like *$pp* |% { & ($_.Meta.Attributes["UninstallString"] -replace '"') /S (inside the foreach) but the issue is assson as script runs FDM keeps prompting user input to confirm the uninstall.
Has anyone get around with it ?
thank you
Hi Guys,
Have anyone tried to uninstall the FDM via powershell silently ?. I mean 100% without user interaction.
I am using : get-package |where name -like *$pp* |% { & ($_.Meta.Attributes["UninstallString"] -replace '"') /S (inside the foreach) but the issue is assson as script runs FDM keeps prompting user input to confirm the uninstall.
Has anyone get around with it ?
thank you