Codebase list kali-defaults / 9b123bc
Opt out of powershell auto update Arnaud Rebillout 2 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
9292 # Propose to install commands not found
9393 set_env_var_if_unset COMMAND_NOT_FOUND_INSTALL_PROMPT 1
9494
95 # Opt-out of powershell auto update
96 # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_update_notifications
97 set_env_var_if_unset POWERSHELL_UPDATECHECK Off
98
9599 # Opt-out of powershell telemetry reporting
100 # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_telemetry
96101 set_env_var_if_unset POWERSHELL_TELEMETRY_OPTOUT 1
97102
98103 # Opt-out of dotnet sdk telemetry reporting
104 # https://docs.microsoft.com/en-us/dotnet/core/tools/telemetry
99105 set_env_var_if_unset DOTNET_CLI_TELEMETRY_OPTOUT 1
100106 }
101107