Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

winnt.sif firewall settings

Featured Replies

[WindowsFirewall.Standard]
Type = 1
Mode = 1
Exceptions = 1
Notifications = 1
MulticastBroadcastResponse = 1
AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.app, WindowsFirewall.app, WindowsFirewall.prog, WindowsFirewall.example
Services = WindowsFirewall.RemoteDesktop
PortOpenings = WindowsFirewall.RPC
IcmpSettings = WindowsFirewall.EchoRequest

for 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.


  • Author

nevermind I fixed it had like 30 errors due to spaces and stuff. Thanks anyways

  • 6 months later...

what delimiter have you used now?

I can´t find something on the MS site...

so whats correct?

AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.app

AllowedPrograms = WindowsFirewall.RemoteAssistance; WindowsFirewall.app

AllowedPrograms = WindowsFirewall.RemoteAssistance WindowsFirewall.app

hm... it seamed we must use a "," in the allowedPrograms section like:

AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.example1, WindowsFirewall.example2, WindowsFirewall.example3

  • 1 month later...

I tried:

AllowedPrograms=WindowsFirewall.program1,WindowsFirewall.program2

comma without spaces and that did NOT work for me. :(

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 Services

cls

if EXIST %SystemDrive%\Novell\ZENRC\wuser32.exe netsh firewall add allowedprogram PROGRAM="%SystemDrive%\Novell\ZENRC\wuser32.exe" NAME="Remote Management" MODE=ENABLE PROFILE=ALL

if EXIST %windir%\System32\dpmw32.exe netsh firewall add allowedprogram PROGRAM="%windir%\System32\dpmw32.exe" NAME=NDPS MODE=ENABLE PROFILE=ALL

exit

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.