s! protocol = TCP|UDP|ALL port = 1-65535 profile = CURRENT|DOMAIN|STANDARD|ALL Löscht die Firewallportkonfiguration. Parameter: ...

%1!s!
      [ protocol = ] TCP|UDP|ALL
      [ port = ] 1-65535
      [ [ profile = ] CURRENT|DOMAIN|STANDARD|ALL

  Löscht die Firewallportkonfiguration.

  Parameter:

  protocol - Portprotokoll
      TCP - TCP - Transmission Control-Protokoll (TCP)
      UDP - User Datagram-Protokoll (UDP)
      ALL - Alle Protokolle

  port - Portnummer

  profile - Konfigurationsprofil (optional).
      CURRENT  - Gilt für das aktive Profil. Das aktive Profil kann ein
                 Domänenprofil, Standardprofil (d. h. privat) oder
                 öffentliches Profil (Standard) sein.
      DOMAIN   - Gilt für das Domänenprofil.
      STANDARD - Gilt für das Standardprofil (d. h. privat).
      ALL      - Gilt für das Domänen- und Standardprofil (d. h. privat).
                 Gilt nicht für das öffentliche Profil.

  Beispiele:

      %1!s! TCP 80
      %1!s! protocol=UDP port=500

      WICHTIG: "netsh firewall" ist veraltet.
      Verwenden Sie stattdessen "netsh advfirewall firewall".
      Weitere Informationen zur Verwendung von "netsh advfirewall firewall"
      anstelle von "netsh firewall" finden Sie im KB-Artikel 947709
      unter "http://go.microsoft.com/fwlink/?linkid=121488".