wget -q -O - checkip.dyndns.org | sed -e 's/[^0-9.]//g'
Showing posts with label command line. Show all posts
Showing posts with label command line. Show all posts
Tuesday, January 13, 2015
Tuesday, September 4, 2012
Windows Firewall from the command line
netsh firewall show state
netsh firewall set opmode mode=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=ENABLE
More about it: http://support.microsoft.com/kb/947709
netsh firewall set opmode mode=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=ENABLE
More about it: http://support.microsoft.com/kb/947709
Subscribe to:
Posts (Atom)