This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uninstall Sophos Endpoint Protection - Need silent switch or bat file

I need to Uninstall Sophos from computers on our network that failed to update and reinstall Sophos through group policy. Has anyone figured out the silent switch for a script or bat file that I can use that won't hang during the uninstallation.

 

This is basically the bat file below that I have tried, but it keeps asking if I want to remove it on the target machine. It's not doing it silently.

 

cd C:\Program Files\Sophos\Sophos Endpoint Agent

uninstallgui.exe /qn



This thread was automatically locked due to age.
Parents
  • Have you tried the uninstallcli.exe?

    If it asks for a restart, this is due to a pendingfilerenameoperations value under: hklm\system\currentcontrolset\session manager\

    You will need to disable Tamper Protection also.

    Regards,

    Jak

Reply
  • Have you tried the uninstallcli.exe?

    If it asks for a restart, this is due to a pendingfilerenameoperations value under: hklm\system\currentcontrolset\session manager\

    You will need to disable Tamper Protection also.

    Regards,

    Jak

Children