What's new

Make slow youtube fast again.

Going to add this here in case site goes down and you can't remove it.

Enough talking. Here’s what you need to do:
  1. Click the Start button, type “cmd”, and right click the icon to ‘Run As Administrator’ (Screenshot 1)
  2. You will likely see a UAC prompt, hit “Yes” (Screenshot 2)
  3. The command prompt window will open, this is where you will type in the commands to set your firewall rules (Screenshot 3)
  4. Enter the following two commands and hit Enter after each one. If it works, you should see a big “OK”.
netsh advfirewall firewall add rule name="MITCHRIBARYTUBE1" protocol=TCP localport=80 action=block dir=IN remoteip=173.194.55.0/24
netsh advfirewall firewall add rule name="MITCHRIBARYTUBE2" protocol=TCP localport=80 action=block dir=IN remoteip=206.111.0.0/16
Rules can be easily removed too. Just get back into the command prompt in the same way and run these two commands, hitting Enter after each one:
netsh advfirewall firewall delete rule name="MITCHRIBARYTUBE1"
netsh advfirewall firewall delete rule name="MITCHRIBARYTUBE2"
 
Top Bottom