Skip to content

Commit cd8d158

Browse files
SteveL-MSFTjoeyaiello
authored and
joeyaiello
committed
update doc to reflect change in telemety opt out (#2316)
1 parent 203d774 commit cd8d158

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-Core-60.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,8 @@ For a complete list of fixes and changes, check out our [changelog][] on GitHub.
384384
- the OS platform (`$PSVersionTable.OSDescription`)
385385
- the exact version of PowerShell (`$PSVersionTable.GitCommitId`)
386386

387-
If you want to opt-out of this telemetry, simply delete `$PSHome\DELETE_ME_TO_DISABLE_CONSOLEHOST_TELEMETRY`
388-
or create `POWERSHELL_TELEMETRY_OPTOUT` environment variable with one of the following values: `true`, `1` or `yes`.
389-
Deleting this file or creating the variable bypasses all telemetry even before the first run of PowerShell.
387+
If you want to opt-out of this telemetry, simply create `POWERSHELL_TELEMETRY_OPTOUT` environment variable with one of the following values: `true`, `1` or `yes`.
388+
Creating the variable bypasses all telemetry even before the first run of PowerShell.
390389
We also plan on exposing this telemetry data and the insights we glean from the telemetry in the [community dashboard][community-dashboard].
391390
You can find out more about how we use this data in this [blog post][telemetry-blog].
392391

0 commit comments

Comments
 (0)