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 =
] név
]
Tűzfalport-konfiguráció törlése.
Paraméterek
:
protocol - A port protokollja.
TCP - Transmission Control Protocol (TCP).
UDP - User Datagram Protocol (UDP).
ALL - Minden protokoll.
port - A port száma.
profile - Konfigurációs profil (nem kötelező).
CURRENT - Aktuális profil (alapértelmezés).
DOMAIN - Tartományi profil.
STANDARD - Szokásos profil.
ALL - Minden profil.
interface - A kártya neve (nem kötelező).
Megjegyzések
: A 'profile' és az 'interface' paraméter nem adható meg együtt.
Példák
:
delete portopening TCP 80
delete portopening UDP 500
delete portopening protocol = TCP port = 80
delete portopening protocol = UDP port = 500