Last active
June 24, 2025 21:32
-
-
Save st1vms/b41d77c5f02b04ef4cf7664f1fd0a87e to your computer and use it in GitHub Desktop.
Removing Telemetry from Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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