August 18, 200422 yr [WindowsFirewall.Standard]Type = 1Mode = 1Exceptions = 1Notifications = 1MulticastBroadcastResponse = 1AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.app, WindowsFirewall.app, WindowsFirewall.prog, WindowsFirewall.exampleServices = WindowsFirewall.RemoteDesktopPortOpenings = WindowsFirewall.RPCIcmpSettings = WindowsFirewall.EchoRequestfor the allowed programs part does anyone know what delimiter I need to use I keep getting not a valid sif file and I am not sure if it is this but it is the only thing I see as could be the problem.
August 18, 200422 yr Author nevermind I fixed it had like 30 errors due to spaces and stuff. Thanks anyways
March 15, 200521 yr what delimiter have you used now?I can´t find something on the MS site...so whats correct?AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.appAllowedPrograms = WindowsFirewall.RemoteAssistance; WindowsFirewall.appAllowedPrograms = WindowsFirewall.RemoteAssistance WindowsFirewall.app
March 22, 200521 yr hm... it seamed we must use a "," in the allowedPrograms section like:AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.example1, WindowsFirewall.example2, WindowsFirewall.example3
May 16, 200521 yr I tried:AllowedPrograms=WindowsFirewall.program1,WindowsFirewall.program2comma without spaces and that did NOT work for me.
May 18, 200521 yr I ended up using the netsh command to add firewall exceptions.Here is my exceptions.cmd file to add firewall exceptions for ZenWorks Remote Control and then Novell Distributed Print Servicesclsif EXIST %SystemDrive%\Novell\ZENRC\wuser32.exe netsh firewall add allowedprogram PROGRAM="%SystemDrive%\Novell\ZENRC\wuser32.exe" NAME="Remote Management" MODE=ENABLE PROFILE=ALLif EXIST %windir%\System32\dpmw32.exe netsh firewall add allowedprogram PROGRAM="%windir%\System32\dpmw32.exe" NAME=NDPS MODE=ENABLE PROFILE=ALLexit
Create an account or sign in to comment