
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 Reset Icon Cache in Windows Using PowerShell
- Windows Server 2022 Security Hardening Strategies and Best Practices
- How to repair Windows Server 2022 installation with DISM
- How To Run SharePoint File Version Cleanup For Multiple Sites Using PowerShell And CSV
- Automating CutePDF Writer Installation with PowerShell