# SentinelOne (Windows EXE)

## Description

SentinelOne is a cybersecurity company that specializes in endpoint security and threat intelligence. They provide a platform for autonomous endpoint protection that uses AI and machine learning to prevent, detect, and respond to a wide range of security threats, including malware, ransomware, and other cyberattacks.

This recipe will guide you on configuring and deploying to your Windows devices.

## Ingredients

- FW Admin
- SentinelOne registration token
- SentinelOne EXE installer

## Directions

1. Download the EXE installer from SentinelOne
2. Upload the EXE installer into FileWave Central to a Fileset you will use to deploy it
3. Highlight the Fileset and double click to open Fileset Contents
4. Highlight the EXE file
5. Click on Get Info  
      
    [![newScreenshot 2025-02-13 at 11.28.07 AM.png](https://kb.filewave.com/uploads/images/gallery/2025-02/scaled-1680-/fSUQCGRGXjclgPrL-newscreenshot-2025-02-13-at-11-28-07-am.png)](https://kb.filewave.com/uploads/images/gallery/2025-02/fSUQCGRGXjclgPrL-newscreenshot-2025-02-13-at-11-28-07-am.png)
6. Select the Executable tab
7. Check 'Execute once when activated'
8. Choose radio button 'Non-interactive (background)'
9. Check 'Wait for executable to finish' select 15 Minutes
10. Under the Launch Arguments tab click on the + icon
11. Enter in and replace "your\_token\_registration" with your actual token ```
    -t your_token_registration
    ```
12. Click on the + icon to create new Argument.
13. Enter in ```
    -q
    ```
14. Click 'Apply' to save the fileset  
      
    [![newScreenshot 2025-02-13 at 11.28.35 AM.png](https://kb.filewave.com/uploads/images/gallery/2025-02/scaled-1680-/dEdwpE0mKtjbnU4I-newscreenshot-2025-02-13-at-11-28-35-am.png)](https://kb.filewave.com/uploads/images/gallery/2025-02/dEdwpE0mKtjbnU4I-newscreenshot-2025-02-13-at-11-28-35-am.png)

## Notes

<p class="callout warning">Note: You need to use the -q parameter so that the install will be silent and, you must also use the -t parameter and enter your token because SentinelOne needs a token and as a silent install there will be no way to enter the token at install time.</p>

## Related Content

- [SentinelOne Support](https://www.sentinelone.com/global-services/get-support-now/)
- [How to Enter Launch Arguments for Executable Filesets](https://kb.filewave.com/books/filesets-payloads/page/how-to-enter-launch-arguments-for-windows-setupexe-installers)