How To Remove Sophos Tamper Protection
In this tutorial you will be shown How To Remove Sophos Tamper Protection from the Sophos Central Endpoint Software on your windows system. This comes handy when you no longer have access to Sophos Central available and you have a device with Sophos Endpoint software installed.
Follow the magical steps below to obtain freedom from Sophos.
- Open up MSConfig.exe
- Click Boot tab
- Select checkbox Safe boot with radio minimal selected
- Click apply and reboot
- Open the command line (Shell) and execute the following commands:
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SAVService" /t REG_DWORD /v Start /d 0x00000004 /f
REG ADD
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos MCS Agent" /t REG_DWORD /v Start /d 0x00000004 /f
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Config” /t REG_DWORD /v SAVEnabled /d 0 /f
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Config” /t REG_DWORD /v SEDEnabled /d 0 /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Sophos\SAVService\TamperProtection" /t REG_DWORD /v Enabled /d 0 /f
- Open Services and disable all Sophos Services
- Open MSCONFIG.exe
- Select Boot tab
- Uncheck Safe boot apply and reboot into normal mode
- You can now uninstall Sophos.
- How to Add a Large Disk Partition as Storage in Proxmox VE
- How to Remove Radmin Viewer with PowerShell
- How to Automate Ubuntu Server System Updates and Package Installation
- How to Automate Microsoft Edge Updates with PowerShell
- How to Remove Dell Support Assist & Command Update with PowerShell
Discover more from Patrick Domingues
Subscribe to get the latest posts sent to your email.