This Python script provides a safe and efficient method for completely removing SentinelOne Agent from a Windows-based computer. It is especially useful in situations where the original SentinelOne management organization is no longer available, and official removal methods have failed.
- Always create a system restore point and backup the registry before running this script.
- Run the script as Administrator to ensure successful execution.
- Restart the system immediately after script execution.
- Download the script:
git clone <repository-url>- Navigate to the script location:
cd SentinelOne-Removal-Tool- Run the script (Administrator):
python sent-killer.py- Restart your computer to complete the removal process.
- Stops SentinelOne services safely.
- Kills all active SentinelOne processes.
- Removes SentinelOne files and drivers completely.
- Cleans SentinelOne-related registry keys.
Use this script at your own risk. While extensive precautions are implemented, the author is not responsible for any potential data loss or system instability. Ensure backups are performed before execution.
Contributions, suggestions, and issue reporting are welcome. Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.