Last active
October 3, 2023 08:58
-
-
Save DoronovIV/6b54d68f2a560c2e3e3a236dcca5d3df to your computer and use it in GitHub Desktop.
Edge telemetry disable windows 10 (`drivers` could be `Drivers` sometimes)
This file contains 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
vim "C:\Windows\System32\drivers\etc\hosts" | |
# Edge | |
0.0.0.0 pipe.aria.microsoft.com | |
0.0.0.0 assets.msn.com | |
0.0.0.0 web.vortex.data.microsoft.com | |
0.0.0.0 browser.events.data.msn.com | |
0.0.0.0 www.msn.com | |
0.0.0.0 sb.scorecardresearch.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment