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 =
] nom
]
Supprime la configuration de port du pare-feu.
Paramètres
:
protocol - Le protocole du port.
TCP - Le protocole TCP (Transmission Control Protocol).
UDP - Le protocole UDP (User Datagram Protocol).
ALL - Tous les protocoles.
port - Le numéro du port.
profile - Le profil de configuration (facultatif).
CURRENT - Le profil en cours.
DOMAIN - Le profil du domaine.
STANDARD - Le profil standard.
ALL - Tous les profils.
interface - Le nom de l'interface (facultatif).
Remarques
:
'profile' et 'interface' ne peuvent pas être spécifiés ensemble.
Exemples
:
delete portopening TCP 80
delete portopening UDP 500
delete portopening protocol = TCP port = 80
delete portopening protocol = UDP port = 500