Good afternoon,
I am trying to uninstall Sophos from a number of devices and I have had no joy following the guides in these forums on how to do this via GPO and Batch files. After making the batch files I can run them as an Admin from the computer and this uninstalls fine, I can even do it using powershell. But soon as I add it as a login script no luck. Any suggestions would be great.
Here is myscript;
net stop "SAVService" net stop "Sophos AutoUpdate Service" MsiExec.exe /qn /X {FED1005D-CBC8-45D5-A288-FFC7BB304121} REBOOT=SUPPRESS MsiExec.exe /qn /X {4B1F9009-CD85-43C0-BCBD-D491908D5A52} REBOOT=SUPPRESS MsiExec.exe /qn /X {723D5504-CE98-4785-AF5F-E91E250086B3} REBOOT=SUPPRESS MsiExec.exe /qn /X {644ADF05-0B2E-452C-B720-3CF1580A9368} REBOOT=SUPPRESS "C:\Program Files (x86)\HitmanPro.Alert\Uninstall.exe" --quiet "C:\Program Files\Sophos\Clean\Uninstall.exe" MsiExec.exe /qn /X {58B983CB-BBFC-42B2-9C81-29351581C623} REBOOT=SUPPRESS "C:\Program Files\Sophos\Endpoint Defense\SEDuninstall.exe"
This thread was automatically locked due to age.