Add disabling of PowerShell 7+ telemetry (#29)

This commit is contained in:
Francesco Saltori
2020-09-01 19:57:43 +02:00
committed by undergroundwires
parent 018b7e270f
commit 456e40bedf

View File

@@ -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