if you want to block your windows machine for connecting to your SKY q box, which stops the buffing on the normal SkyGo channels, then just run the following command.
"netsh advfirewall firewall add rule name="SKYQ IP Block" dir=out interface=any action=block remoteip=192.168.0.XX/32"
(replace the remoteip to be the ipaddress of your skyQ box for example 192.168.0.99/32, )
then to clear the block, so you can connect to sky q again, just use this command:
netsh advfirewall firewall delete rule "SKYQ IP Block"
you can easily create two simple batch files on your desktop called for example "allow SkyQ" and "block skyQ".
This is just a temporary fix to the buffering issue when you
Hope that helps