You will have blazingly fast Youtube streaming (and Twitch.tv) by running a few commands to reject certain IP addresses. Also, remember that this will cause the stream to take 1-2 seconds to start because of the IP block handling, but then you are greeted with a silky smooth, ultra fast experience. Enough talking. Here’s what you need to do:
Click the Start button, type “cmd”, and right click the icon to ‘Run As Administrator’ (
)You will likely see a UAC prompt, hit “Yes” (
)The command prompt window will open, this is where you will type in the commands to set your firewall rules
)Enter the following command and hit Enter. If it works, you should see a big “OK”.
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
Code:
netsh advfirewall firewall delete rule name="MITCHRIBARYTUBE"






