Can't load some pictures on the internet

d1versify

Distinguished
Nov 7, 2012
793
2
19,015
Hello. Lately my internet i think its kinda slower.
I've been checking my speed often and it is the same.
But it feels laggier.
Some pictures aren't loaded. And this happens in many sites. Even in facebook photos
I get this symbol a lot. I try refreshing the page but it wont load the picture. It doesnt happen with all pictures though.

059b6cd618ca6e81a1167f89cb825f40.png
 
To show a placeholder is Ok to see that something should have been there.

Open windows Explorer.
Navigate to Windows\System32\drivers\etc
copy Host to another folder as a backup

Then....

Start>run>cmd

cd \windows\system32\drivers\etc​
enter> attrib -r hosts
open hosts​ in notepad
KEEP ONLY the line that reads 127.0.0.1 localhost​
save​
enter> attrib +r hosts
enter> ipconfig /flushdns
enter> net stop "dns client"
enter> net stop "dns client"​

Try your browser again




 
If you remove the read-only attribute of the file named "host" where I said it will be and open Host with notepad, you can edit it and simply click "Save" and it will go back with it's same file name.

below all those pound signs is a line that will show:
127.0.0.1 localhost
Leave that line, but delete any others that don't have a # sign (comment). Any line with # in front of it is ignored already.
If you have a list of entries that don't have the # sign, delete them except the one showing:   127.0.0.1 localhost

Some of them may be important, thus I said to copy the Host fie to another folder as a backup.
 
Make it look like this,and notice the lack of the pound sign at the last entry....

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost

 


Damn sorry im so bad..
The read-only wasn't checked. I tried saving while it was both checked and unchecked and it makes me Save as .txt ..