> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings Command

> Settings Command

The `settings` command is used to view and set application settings.

The following table shows the different options that are available for use with the `settings` command.

| Options                               | Description                                            |
| ------------------------------------- | ------------------------------------------------------ |
| `--telemetry-level <All\|Error\|Off>` | Set the telemetry collection level of the application. |

### Examples

Use the following code examples to view or set the application settings.

***

View the current application settings.

```
C:\>tak settings
Current Settings:
Telemetry Level - All
```

***

Turn off telemetry in the application.

```
C:\>tak settings --telemetry-level Off
Updated '--telemetry-level' setting from 'All' to 'Off'.
Current Settings:
Telemetry Level - Off
```

## See also

[Touch Adaptation Kit Command Line Tool (tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)


## Related topics

- [Touch Adaptation Kit (TAK) command line tool reference](/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [Create and deploy Linux Builds](/services/playfab/multiplayer/servers/deploying-linux-based-builds.md)
- [Console-based command-line tools](/tools/tools-console/console_commandlinetools/consolecommandlinetools.md)
- [CreateCommandList](/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_createcommandlist_public.md)
- [Manage game streaming (xbgamestream.exe)](/tools/tools-console/commandlinetools/xbgamestream.md)
