YouTube Trick: Speed ​​up video uploads for slow connections

In these months YouTube has modified the way in which the videos are loaded in our equipment, adapting to the connection speed that we have. But for those who have a slow connection, this is a problem, the videos load less quickly and sometimes there is loss of the streaming, forcing the page to reload again.

While internet providers use a Cache to 'speed up' playback with YouTube, this really makes the situation worse. That is why today we will comment on a simple trick to speed up playback on YouTube, to try it 😉

Speed ​​up video loading for slow connections

  1. Press the keys Windows + R
  2. In the window that will open write DCM
  3. In the command console, right-click the following code:

netsh advfirewall firewall add rule name=”MITCHRIBARYTUBE” dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes

What does this code do? It makes YouTube go straight to us and avoid going through our ISP first.

If you suddenly notice that this code affected your navigation, you can return it to normal by following the previous steps, this time by pasting the following code:

netsh advfirewall firewall delete rule name=”MITCHRIBARYTUBE”

Seen in : Techtastic


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Actualidad Blog
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

      Marcelo camacho said

    Important detail, thanks for the warning, run the console as seen in this screenshot, with the option 'Run as administrator'🙂

      Born said

    It tells me that I need the use as administrator 🙁