# StifleR client command line options

The StifleR Client executable accepts various command line arguments which can be used for troubleshooting and configuration. When executing most command lines, the /Service switch should be used.&#x20;

/? - Check the manual for command line options.&#x20;

/Service - Simulates running as a service, should always be used otherwise clients exits.

/Locale - Displays OS installed language info

/IETW - ETWInstaller.InstallETWManifests&#x20;

/UETW - ETWInstaller.UninstallETWManifest

/Set - Sets values in config file as in Key=value format

/RemoveFilterDriver - removes the StifleRS.sys filter drivers&#x20;

/ResetPolicy removes the BITS & DO Maintenance Policy&#x20;

/Task - Do not run as a service but as triggered from events, client will exit&#x20;

/jobid: - Command line execution for BITS service, used with /Task

/LogEventLevel - 0-5

/Log - specifies which log to display

* Bandwidth&#x20;
* BITSBranchCache&#x20;
* DeliveryOptimization&#x20;
* Location&#x20;
* MainLoop&#x20;
* Program&#x20;
* SignalR&#x20;
* TypeDetection&#x20;

/Debug - Waiting for debugger - for development purposes only.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.2pintsoftware.com/stifler/troubleshooting/stifler-client-command-line-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
