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

Script UNISTALL SOPHOS ENDPOINT

Hi There , 

So , i'm trying to remove sophos by using a script , i tried severals scripts but it doesn't work , he just disable and stop the sophos services 

 

Is there any File batch or script that can remove sophos definitely plzz 

 

Thank you 



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

     

    I did a bat file like bellow , But i can see always the sophos endpoint icon in the control panel : 

    net stop "Sophos AutoUpdate Service"
    net stop "Sophos Agent"
    net stop "SAVService"
    net stop "SAVAdminService"
    net stop "Sophos Message Router"
    net stop "Sophos Web Control Service"
    net stop "swi_service"
    net stop "SntpService"
    net stop "sophossps"
    net stop "swi_filter"

    MsiExec.exe /X{66967E5F-43E8-4402-87A4-04685EE5C2CB} /qn
    MsiExec.exe /X{1093B57D-A613-47F3-90CF-0FD5C5DCFFE6} /qn
    MsiExec.exe /X{66967E5F-43E8-4402-87A4-04685EE5C2CB} /qn REBOOT=SUPPRESS
    MsiExec.exe /X{1093B57D-A613-47F3-90CF-0FD5C5DCFFE6} /qn REBOOT=SUPPRESS

     

  • Hello AyoubSEFYAOUI,

    this is the complete script (why the same products twice) or just a part? Or can you find only these two Sophos products (SSP and NTP/MTD) under the Uninstall Registry keys? Did you check on the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ path as well? Among others AutoUpdate and SAV would be there.

    Christian

Reply
  • Hello AyoubSEFYAOUI,

    this is the complete script (why the same products twice) or just a part? Or can you find only these two Sophos products (SSP and NTP/MTD) under the Uninstall Registry keys? Did you check on the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ path as well? Among others AutoUpdate and SAV would be there.

    Christian

Children
No Data