i'm trying to block/allow the 80 port to block/allow internet access in browsers. i referred to this article http://support.microsoft.com/kb/947709 about netsh commands.
my command was : netsh advfirewall firewall add rule name=”allow80” protocol=TCP dir=out localport=80 action=block
the cmd asked me for admin rights, after running with admin rights, running the commands returns ok. but i does absolutely nothing, i'm still allowed to browse the web.
what can be wrong?