Microsoft Windows XP
[Version 5.1.2600
](C) Copyright 1986-2001 Microsoft Corp.
C
:\WINDOWS>netsh firewall delete portopening ?
delete portopening
[ protocol =
] TCP
|UDP
|ALL
[ port =
] 1-65535
[ [ profile =
] CURRENT
|DOMAIN
|STANDARD
|ALL
[ interface =
] nome
]
Exclui a configuração de porta do firewall.
Parâmetros
:
protocol - Protocolo de porta.
TCP - Protocolo TCP.
UDP - Protocolo UDP.
ALL - Todos os protocolos.
port - Número da porta.
profile - Perfil de configuração (opcional).
CURRENT - O perfil atual (padrão).
DOMAIN - Perfil do domínio.
STANDARD - Perfil padrão.
ALL - Todos os perfis.
interface - Nome da interface (opcional).
Observações
: 'profile' e 'interface' podem não ser especificados simultaneamente.
Exemplos
:
delete portopening TCP 80
delete portopening UDP 500
delete portopening protocol = TCP port = 80
delete portopening protocol = UDP port = 500