Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples

This folder contains example that show how provided telemetry data can be used.

1. Scripts to disable all known telemetry channels in your shell session

These files are generated by running build.ps1 shell. See using build script for details on how to run provided build script.

Only env and exec telemetry channel targets are supported for now.

  • Bash: toptout_bash.sh
    • Usage: . ./toptout_bash.sh -xe in your session or from the .bashrc
    • Help: ./toptout_bash.sh -h or run script w/o parameters.
  • PowerShell: toptout_pwsh.ps1
    • Usage: ./toptout_pwsh.ps1 -Env -Exec in your session or from the profile
    • Help: Get-Help ./toptout_pwsh.ps1 -Full or run script w/o parameters.

Please note that the scripts will set environment variables and execute commands on your behalf. While setting environment variables has no performance impact, executing commands may cause delays.