Last active
January 31, 2017 18:14
-
-
Save davidalves1/5ec512f4e77954bd5c31b7d342849b48 to your computer and use it in GitHub Desktop.
Bloquear anúncios do Skype
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
# No Windows o arquivo hosts pode ser encontrado em C:\Windows\System32\drivers\etc\ e deve ser editado no bloco de notas com | |
# privilégios de administrador. | |
# Adicionar o texto abaixo no arquivo hosts para bloquear os anúncios e deixar o skype mais leve. | |
# ANUNCIOS SKYPE | |
127.0.0.1 rad.msn.com | |
127.0.0.1 apps.skype.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment