WINDOWSサーバーのファイアウォールを無効にするコマンドを紹介します
すべて無効
netsh advfirewall set allprofiles state off
プライベート プロファイル無効
netsh advfirewall set Privateprofile state off
パブリック プロファイル無効
netsh advfirewall set Publicprofile state off
WINDOWSサーバーのファイアウォールを無効にするコマンドを紹介します
netsh advfirewall set allprofiles state off
netsh advfirewall set Privateprofile state off
netsh advfirewall set Publicprofile state off