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

Uninstalling sophos cmd line

Does any one know how to uninstall sophos through the cmd line.  We are uninstalling sophos then reinstall sophos since none of the fixes for the  Shh/Updater-B false positive if working for us  we are trying to do this through sccm so we dont have to go to every termial.

Thanks in advance

:32875


This thread was automatically locked due to age.
Parents
  • Hello,

    as Sophos products are based on MSI installers you could use a batch file which executes the contents in the "UninstallString" of the affected Sophos product in the registry:

    "HKLM\Software\Microsoft\Windows\Currentversion\Uninstall\PRODUCTID"

    For me (german), Sophos AV contains "MsiExec.exe /X{15C418EB-7675-42BE-B2B3-281952DA014D}", so to silently uninstall simply execute "MsiExec.exe /X{15C418EB-7675-42BE-B2B3-281952DA014D} /qn".

    -sd

    :32883
Reply
  • Hello,

    as Sophos products are based on MSI installers you could use a batch file which executes the contents in the "UninstallString" of the affected Sophos product in the registry:

    "HKLM\Software\Microsoft\Windows\Currentversion\Uninstall\PRODUCTID"

    For me (german), Sophos AV contains "MsiExec.exe /X{15C418EB-7675-42BE-B2B3-281952DA014D}", so to silently uninstall simply execute "MsiExec.exe /X{15C418EB-7675-42BE-B2B3-281952DA014D} /qn".

    -sd

    :32883
Children
No Data