Disable the firewall in Windows 7/8/10 in the command line using the netsh utility, for all types of networks.
Disable
netsh advfirewall set allprofiles state off
Enable
netsh advfirewall set allprofiles state on
Disable the firewall in Windows 7/8/10 in the command line using the netsh utility, for all types of networks.
netsh advfirewall set allprofiles state off
netsh advfirewall set allprofiles state on