> ## 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)


## Related topics

- [Touch Adaptation Kit (TAK) 명령줄 도구 참고서](/ko/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [Create 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-create-command.md)
- [Unpack 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-unpack-command.md)
- [Verify 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-verify-command.md)
- [License 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-license-command.md)
