Firewall

Disable using PowerShell

Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
image.png

Last updated