Complete Agent Removal & Clean Uninstallation

Edit Article

How to cleanly remove Sentinel services, driver hooks, and local data folders.

Sentinel Operations Team
3 min read
Updated August 28, 2026
v3.2

To completely remove Sentinel from a client machine, follow the standard Windows uninstallation procedure or run the automated uninstaller script.

Uninstall-Sentinel.ps1
1# Clean uninstallation via Administrator PowerShell:
2cd "C:\Program Files\Sentinel"
3.\agent-service.exe stop
4.\agent-service.exe uninstall
5 
6# Clean up program files and data folders:
7Remove-Item -Path "C:\Program Files\Sentinel" -Recurse -Force
8Remove-Item -Path "C:\ProgramData\Sentinel" -Recurse -Force
Tags:#Uninstall#Removal#Cleanup

Was this documentation page helpful?

Your technician feedback helps our team continuously improve Sentinel guides.