Hi All,
I'm trying to cleanly uninstall AMP from several Win 10 Ent 1903 machines. The batch file removes some of the files. However AMP still shows up under Programs & Features.
Furthermore after manually removing the app from Program & Features, AMP will not re-install.
Removal Batch File:
start c:\AMP\AMPSetup.exe /R /S /remove 1
rmdir "c:\ProgramData\Cisco" /s /q
Any guidance will be appreciated.
Thank you