> ## 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 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) コマンド ライン ツール リファレンス](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [License コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-license-command.md)
- [Notice コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-notice-command.md)
- [Pack コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-pack-command.md)
- [Unpack コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-unpack-command.md)
