Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh firewall delete allowedprogram ?
delete allowedprogram
[ program = ] Pfad
[[ profile = ] CURRENT|DOMAIN|STANDARD|ALL ]
Löscht von der Firewall zugelassene Programmkonfiguration.
Parameter:
program - Programmpfad und Dateiname
profile - Konfigurationsprofil (optional)
CURRENT - Gilt für das aktive Profil. Das aktive Profil kann ein
Domänen-, Standard- (d. h. privat) oder öffentliches Profil
(Standardwert) 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:
delete allowedprogram C:\MyApp\MyApp.exe
delete allowedprogram program=C:\MyApp\MyApp.exe