Advertisement
Guest User

Spotify Ad Removal For PC Batch File

a guest
Mar 22nd, 2018
1,445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. @echo off
  2. color a
  3. cls
  4.  
  5. echo _________-----_____
  6. echo ____------ __ ----_
  7. echo ___---- ___------ \
  8. echo ----________ ---- \
  9. echo -----__ ^| _____)
  10. echo __- / \
  11. echo _______----- ___-- \ /)\
  12. echo ------_______ ---____ \__/ /
  13. echo -----__ \ -- _ /\
  14. echo --__--__ \_____/ \_/\
  15. echo ---^| / ^|
  16. echo ^| ^|___________^|
  17. echo ^| ^| ((_(_)^| )_)
  18. echo ^| \_((_(_)^|/(_)
  19. echo \ (
  20. echo \_____________)
  21.  
  22. echo !Spotify AD Remover!
  23. echo !MAKE SURE TO RUN AS ADMIN!
  24. echo Press Enter To Block Spotify Ads
  25. pause>nul
  26.  
  27.  
  28. echo 0.0.0.0 adclick.g.doublecklick.net>>C:\Windows\System32\drivers\etc\hosts
  29. echo 0.0.0.0 adeventtracker.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  30. echo 0.0.0.0 ads-fa.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  31. echo 0.0.0.0 analytics.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  32. echo 0.0.0.0 audio2.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  33. echo 0.0.0.0 b.scorecardresearch.com>>C:\Windows\System32\drivers\etc\hosts
  34. echo 0.0.0.0 bounceexchange.com>>C:\Windows\System32\drivers\etc\hosts
  35. echo 0.0.0.0 bs.serving-sys.com>>C:\Windows\System32\drivers\etc\hosts
  36. echo 0.0.0.0 content.bitsontherun.com>>C:\Windows\System32\drivers\etc\hosts
  37. echo 0.0.0.0 core.insightexpressai.com>>C:\Windows\System32\drivers\etc\hosts
  38. echo 0.0.0.0 crashdump.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  39. echo 0.0.0.0 d2gi7ultltnc2u.cloudfront.net>>C:\Windows\System32\drivers\etc\hosts
  40. echo 0.0.0.0 d3rt1990lpmkn.cloudfront.net>>C:\Windows\System32\drivers\etc\hosts
  41. echo 0.0.0.0 desktop.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  42. echo 0.0.0.0 doubleclick.net>>C:\Windows\System32\drivers\etc\hosts
  43. echo 0.0.0.0 ds.serving-sys.com>>C:\Windows\System32\drivers\etc\hosts
  44. echo 0.0.0.0 googleadservices.com>>C:\Windows\System32\drivers\etc\hosts
  45. echo 0.0.0.0 googleads.g.doubleclick.net>>C:\Windows\System32\drivers\etc\hosts
  46. echo 0.0.0.0 gtssl2-ocsp.geotrust.com>>C:\Windows\System32\drivers\etc\hosts
  47. echo 0.0.0.0 js.moatads.com>>C:\Windows\System32\drivers\etc\hosts
  48. echo 0.0.0.0 log.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  49. echo 0.0.0.0 media-match.com>>C:\Windows\System32\drivers\etc\hosts
  50. echo 0.0.0.0 omaze.com>>C:\Windows\System32\drivers\etc\hosts
  51. echo 0.0.0.0 open.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  52. echo 0.0.0.0 pagead46.l.doubleclick.net>>C:\Windows\System32\drivers\etc\hosts
  53. echo 0.0.0.0 pagead2.googlesyndication.com>>C:\Windows\System32\drivers\etc\hosts
  54. echo 0.0.0.0 partner.googleadservices.com>>C:\Windows\System32\drivers\etc\hosts
  55. echo 0.0.0.0 pubads.g.doubleclick.net>>C:\Windows\System32\drivers\etc\hosts
  56. echo 0.0.0.0 redirector.gvt1.com>>C:\Windows\System32\drivers\etc\hosts
  57. echo 0.0.0.0 s0.2mdn.net>>C:\Windows\System32\drivers\etc\hosts
  58. echo 0.0.0.0 securepubads.g.doubleclick.net>>C:\Windows\System32\drivers\etc\hosts
  59. echo 0.0.0.0 spclient.wg.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  60. echo 0.0.0.0 tpc.googlesyndication.com>>C:\Windows\System32\drivers\etc\hosts
  61. echo 0.0.0.0 v.jwpcdn.com>>C:\Windows\System32\drivers\etc\hosts
  62. echo 0.0.0.0 video-ad-stats.googlesyndication.com>>C:\Windows\System32\drivers\etc\hosts
  63. echo 0.0.0.0 weblb-wg.gslb.spotify.com>>C:\Windows\System32\drivers\etc\hosts
  64. echo 0.0.0.0 www.googleadservices.com>>C:\Windows\System32\drivers\etc\hosts
  65. echo 0.0.0.0 www.googletagservices.com>>C:\Windows\System32\drivers\etc\hosts
  66. echo 0.0.0.0 www.omaze.com>>C:\Windows\System32\drivers\etc\hosts
  67.  
  68. echo Done, Reboot PC and ads should be gone.
  69. echo Press Enter To Exit
  70. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement