Hi PerserPolis-1732,
Thanks for your post. Basically, Windows Firewall offers three firewall profiles:
- Domain profile: applies to networks where the host system can authenticate to a domain controller.
- Private profile: a user-assigned profile and is used to designate private or home networks.
- Public profile: this is the default profile. It is used to designate public networks such as Wi-Fi hotspots at coffee shops, airports, and other locations.
You can disable the Public and Private by following command.PS C:> Set-NetFirewallProfile -Profile Domain, Public, Private -Enabled False
Reference: Disable Windows Firewall with PowerShell - ALI TAJRAN
Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it. Hope this helps.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.