howtos/Windows/Deshabilitar firewall.txt

10 lines
250 B
Plaintext

--deshabilitar firewall (una de las dos siguientes)
cmd:
netsh advfirewall set allprofiles state off
powershell:
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
--comprobacion:
netsh advfirewall show allprofiles state