Advertisement
IssouLinux

Host file Windows

Oct 2nd, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # Copyright (c) 1993-2009 Microsoft Corp.
  2. #
  3. #Path to the host file: C:\Windows\System32\drivers\etc
  4. #
  5. # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
  6. #
  7. # This file contains the mappings of IP addresses to host names. Each
  8. # entry should be kept on an individual line. The IP address should
  9. # be placed in the first column followed by the corresponding host name.
  10. # The IP address and the host name should be separated by at least one
  11. # space.
  12. #
  13. # Additionally, comments (such as these) may be inserted on individual
  14. # lines or following the machine name denoted by a '#' symbol.
  15. #
  16. # For example:
  17. #
  18. # 102.54.94.97 rhino.acme.com # source server
  19. # 38.25.63.10 x.acme.com # x client host
  20.  
  21. # localhost name resolution is handled within DNS itself.
  22. # 127.0.0.1 localhost
  23. # ::1 localhost
  24.  
  25. #Block Microsoft’s telemetry & data collection using the hosts file:
  26. 127.0.0.1 localhost
  27. ::1 localhost
  28. 127.0.0.1 data.microsoft.com
  29. 127.0.0.1 msftconnecttest.com
  30. 127.0.0.1 azureedge.net
  31. 127.0.0.1 activity.windows.com
  32. 127.0.0.1 bingapis.com
  33. 127.0.0.1 msedge.net
  34. 127.0.0.1 assets.msn.com
  35. 127.0.0.1 scorecardresearch.com
  36. 127.0.0.1 edge.microsoft.com
  37. 127.0.0.1 data.msn.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement