Skip to content

Instantly share code, notes, and snippets.

@st1vms
Last active June 24, 2025 21:32
Show Gist options
  • Save st1vms/b41d77c5f02b04ef4cf7664f1fd0a87e to your computer and use it in GitHub Desktop.
Save st1vms/b41d77c5f02b04ef4cf7664f1fd0a87e to your computer and use it in GitHub Desktop.
Removing Telemetry from Powershell
[System.Environment]::SetEnvironmentVariable("POWERSHELL_TELEMETRY_OPTOUT", "1", "User")
Set-PSReadLineOption -PredictionSource None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment