How to disable the Windows Firewall
The Windows firewall is a free and built-in protection tool. But sometimes you have to disable it if it interferes with program installation or conflicts with other antivirus software.
Let's take a look at some simple options:
In the Start menu search, look for and open the Windows Defender Firewall. On the left, click Enable or disable the Windows Defender Firewall. Disable it for all networks.
Open the command line as an administrator. To disable it, use the command netsh advfirewall set allprofiles state off. To enable, replace off with on in the command.