Hi, I’m trying to uninstall Adobe products on a select group of user’s PCs using this script. I'm running the script on a collection in SCCM.
“wmic product where “name like ‘Adobe Acrobat Reader%’” call uninstall /nointeractive”
The script works, I’ve tried it (manually) on a few test PCs. However, while uninstalling, a box pops up that says “file in use” and lists open adobe files or Outlook. We’re trying to do this completely silent. Is there a way I can script out to “ignore” automatically, or execute completely without user intervention?
OR, if anyone has a good PowerShell script that will uninstall all versions of Adobe on a Windows 10 system, I'll gladly accept it. Thanks in advance
“wmic product where “name like ‘Adobe Acrobat Reader%’” call uninstall /nointeractive”
The script works, I’ve tried it (manually) on a few test PCs. However, while uninstalling, a box pops up that says “file in use” and lists open adobe files or Outlook. We’re trying to do this completely silent. Is there a way I can script out to “ignore” automatically, or execute completely without user intervention?
OR, if anyone has a good PowerShell script that will uninstall all versions of Adobe on a Windows 10 system, I'll gladly accept it. Thanks in advance