Files
Batch-Scripts/App Uninstall Scripts/Uninstall Citrix Stuff.bat
T

19 lines
1.6 KiB
Batchfile

WMIC product where "name like 'Citrix Authentication Manager'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver (HDX Flash Redirection)'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver 4.11'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver 4.12'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver 4.7'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver 4.9 LTSR'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver Inside'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver(Aero)'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver(DV)'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Receiver(USB)'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Screen Casting for Windows'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Web Helper'" call uninstall /nointeractive
WMIC product where "name like 'Citrix WorkSpace Browser'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Workspace Inside'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Workspace(DV)'" call uninstall /nointeractive
WMIC product where "name like 'Citrix Workspace(USB)'" call uninstall /nointeractive
WMIC product where "name like 'ScrewDrivers Client v6 x64'" call uninstall /nointeractive
WMIC product where "name like 'Self-service Plug-in'" call uninstall /nointeractive
WMIC product where "name like 'Trend Micro OfficeScan Agent'" call uninstall /nointeractive