18 ms·
From the Microsoft website: “The telemetry reporting can be disabled by setting the environment variable POWERSHELL_TELEMETRY_OPTOUT to true, yes, or 1. This sh
by hashmymustache 6y ago
From the Microsoft website: “The telemetry reporting can be disabled by setting the environment variable POWERSHELL_TELEMETRY_OPTOUT to true, yes, or 1. This should not be done in your profile, as PowerShell reads this value from your system before executing your profile.”
- ygra 6y agoIt's not supposed to go into the PowerShell $profile; .bash_profile which later starts pwsh should be fine.