> ## 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 命令

> Settings 命令

`settings` 命令用于查看和设置应用程序设置。

下表显示了可用于 `settings` 命令的不同选项。

| 选项                                    | 说明             |
| ------------------------------------- | -------------- |
| `--telemetry-level <All\|Error\|Off>` | 设置应用程序的遥测收集级别。 |

### 示例

使用以下代码示例查看或设置应用程序设置。

***

查看当前应用程序设置。

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

***

在应用程序中关闭遥测。

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

## 另请参阅

[Touch Adaptation Kit 命令行工具 (tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)
