Dear Users! Please post bug reports about FDM here!

removing FDM via powershell silently

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: removing FDM via powershell silently

Re: removing FDM via powershell silently

Post by Alex » Fri Feb 17, 2023 1:40 pm

Hello,
Use /silent or /verysilent command line arguments.

removing FDM via powershell silently

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

Top