diff --git a/src/application/application.yaml b/src/application/application.yaml index ece9ca87..cfefe40b 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -1024,6 +1024,12 @@ actions: recommend: true code: setx DOTNET_CLI_TELEMETRY_OPTOUT 1 revertCode: setx DOTNET_CLI_TELEMETRY_OPTOUT 0 + - + name: Disable PowerShell 7+ telemetry + recommend: true + docs: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_telemetry + code: setx POWERSHELL_TELEMETRY_OPTOUT 1 + revertCode: setx POWERSHELL_TELEMETRY_OPTOUT 0 - name: Disable NVIDIA telemetry recommend: true