Starts the CrowdStrike Falcon Sensor Service on Windows endpoints to maintain endpoint detection and response protection
This Automox Worklet™ monitors and restarts the CrowdStrike Falcon Sensor Service when the service stops running on Windows endpoints. The Worklet first verifies that CrowdStrike Windows Sensor is installed by checking both 64-bit and 32-bit registry hives under HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall.
Once installation is confirmed, the Worklet queries the service status using Get-Service to determine if the CrowdStrike Falcon Sensor Service is in a Running state. If the service is stopped or in any non-running state, the Worklet flags the endpoint for remediation and attempts to start the service using PowerShell's Start-Service cmdlet.
The Worklet supports both workstation and server endpoints. If CrowdStrike is not installed, the evaluation exits without error to avoid false positives on endpoints where the sensor is not deployed.
CrowdStrike Falcon Sensor provides real-time endpoint protection, but the service occasionally stops due to Windows updates, power management conflicts, resource exhaustion, or software conflicts. When the Falcon service stops, endpoints lose behavioral monitoring, threat detection, and network traffic analysis. Your endpoints become blind to active attacks while appearing healthy in your asset inventory.
IT teams often discover stopped Falcon services weeks after they fail, when security incident investigations reveal that affected endpoints were not logging events or uploading telemetry during the period when an attack occurred. This gap in coverage hides attacker activity and limits your ability to determine breach scope during forensic analysis.
CrowdStrike's console shows last-seen timestamps for agents, but distinguishing between endpoints that are offline versus endpoints with stopped services requires manual investigation. When dozens of endpoints have stale timestamps, identifying which ones have stopped services versus which ones are legitimately offline consumes valuable security team time.
Some Windows power management configurations, particularly on laptops and VDI environments, can prevent the Falcon service from automatically restarting after system resume from sleep or hibernation. This creates intermittent protection gaps that are difficult to detect and troubleshoot through standard monitoring.
Evaluation phase: The Worklet checks both the 64-bit registry hive (HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall on 64-bit systems) and the 32-bit registry hive to verify CrowdStrike Windows Sensor is installed. If the sensor is found, the Worklet queries the service status of 'CrowdStrike Falcon Sensor Service' using Get-Service. If the service status is not 'Running', the endpoint is flagged for remediation. If CrowdStrike is not installed, the evaluation exits with code 0.
Remediation phase: The Worklet attempts to start the CrowdStrike Falcon Sensor Service using the Start-Service cmdlet with error handling. If the service starts successfully, the Worklet exits with code 0 and outputs a success message. If the service fails to start or is not found, the Worklet exits with code 1 and logs the failure for investigation.
Windows operating system (workstation or server)
CrowdStrike Windows Sensor installed on the endpoint
Administrative privileges to query and start services
PowerShell execution policy configured to allow script execution
FixNow compatible for immediate remediation when service stops are detected
The CrowdStrike Falcon Sensor service starts immediately. The service state changes from Stopped to Running, and the service begins its normal initialization sequence. Within minutes, the Falcon sensor resumes behavioral monitoring, network traffic analysis, and telemetry upload to the CrowdStrike cloud.
The CrowdStrike console updates to show the endpoint as active with a current last-seen timestamp. Event logs confirm that the sensor reconnected to CrowdStrike's cloud infrastructure and began transmitting telemetry. Any queued events that accumulated while the service was stopped are uploaded to complete your security event history.
The endpoint is now protected by CrowdStrike's threat detection capabilities. The Falcon sensor monitors process execution, file system activity, network connections, and registry modifications. If malicious activity occurs, the sensor detects and reports it according to your configured prevention policies.
The service continues running until the endpoint reboots or another event causes the service to stop. The Worklet does not configure the service startup type or add additional resilience, it only starts the service if it is currently stopped. You should investigate why the service stopped to prevent recurrence.
Run this Worklet on a pilot Windows endpoint and review evaluation output for start crowdstrike falcon sensor service.
Confirm Automox activity logs show successful completion and exit code 0.
Verify endpoint state using checks aligned to evaluation script logic, such as Get-ChildItem, Get-ItemProperty, Where-Object.
Validate remediation effects from script operations such as Get-Service, Start-Service, Write-Output, then rerun evaluation for compliance.


By submitting this form you agree to our Master Services Agreement and Privacy Policy.
Already have an account? Log in
Consider Worklets your easy button
A Worklet is an automation script, written in Bash or PowerShell, designed for seamless execution on endpoints – at scale – within the Automox platform. Worklet automation scripts perform configuration, remediation, and the installation or removal of applications and settings across Windows, macOS, and Linux.

AUTOMOX + WORKLETS™
Uncover new possibilities with simple, powerful automation.
By submitting this form you agree to our Master Services Agreement and Privacy Policy