Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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