Powershell: Uninstall Software that has prompts for user input
问题 Does anybody know if it is possible to uninstall software through PowerShell if it prompts for user input? I have multiple scripts that can uninstall just about anything, except for the one software that I need it to uninstall. I'm specifically trying to uninstall PDFForge toolbar which is installed when downloading PDFCreator. None of the scripts that I've written fail, they just hang when run, I believe because the uninstall process is asking for user input to proceed. 回答1: PowerShell isn't