open/disable
admin terminal(not gsudo)
open
netsh advfirewall firewall add rule name="Open Port 443" dir=in action=allow protocol=TCP localport=443
close
netsh advfirewall firewall delete rule name="Open Port 443"
netsh ファイアウォールの代わりに netsh advfirewall ファイアウォールを使用して Windows ファイアウォールの動作を制御する
出力先は適当に
netsh advfirewall firewall show rule all >c:\GetFireWallSetting.txt