Sentinelctl.exe Unload | FULL 2026 |
This command must be executed from an Administrator command prompt.
You cannot execute a straight unload command out of the box. SentinelOne enforces a strict self-protection feature called Anti-Tamper. If a user tries to stop the service while Anti-Tamper is active, the agent blocks the request and generates a high-severity alert in the SentinelOne Management Console .
cd /d "C:\Program Files\SentinelOne\Sentinel Agent \" Sentinelctl.exe Unload
: You can find the required "Passphrase" or "Uninstall Token" in the SentinelOne Management Console under the endpoint's specific policy or agent details. Re-enabling : To restore protection, use sentinelctl.exe load -slam followed by sentinelctl.exe protect MCB Systems Do you have the passphrase
For SentinelOne customers, the sentinelctl command-line interface provides granular control over the agent. Among its most powerful (and carefully guarded) commands is . This command must be executed from an Administrator
without impacting overall operation.
Once your maintenance is complete, don't forget to restart the agent. You can do this with the inverse command: sentinelctl.exe load Use code with caution. Best Practices for Security If a user tries to stop the service
Run the sentinelctl.exe utility with the unload parameter. You must supply the passphrase using the -k switch. Replace YOUR_PASSPHRASE_HERE with the actual token retrieved from your console: sentinelctl.exe unload -k "YOUR_PASSPHRASE_HERE" Use code with caution. Step 4: Verify the Unload Status
To confirm that the host is safe and checking back into the enterprise console, query the agent's live heartbeat via SonicWall / SentinelOne documentation: sentinelctl.exe status Use code with caution.
On Windows, the default path is usually: cd "C:\Program Files\SentinelOne\Sentinel Agent\"
"C:\Program Files\SentinelOne\Sentinel Agent\sentinelctl.exe" unload -k "YOUR_PASSPHRASE_HERE" Use code with caution.