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.

Reg edit for opening sp2 firewall ports

Featured Replies

Does someone have a reg edit file to open ports on the sp2 firewall. I need to open ports 12000 tcp 13000 tcp and 15000 udp on about 60 workstations.


If you were to run Advanced Registry Tool(ART) before and after you would have your registry file.

Don't have an appropriate regkey, but you can open a port in commandline( so with a batchfile) with "netsh firewall set portopenng"

You can set all your rules on one machine, export this key :

HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\GloballyOpenPorts\List

and execute the .reg file on machines you want.

I have just test in it's okay, you can set rules manually too:

REG_SZ name Port:Protocol Example-> 21:TCP

REG_SZ value Port:Protocol:Area:Description Example-> 21:TCP:LocalSubNet:FTPServerLocal

Goodbye.

EDIT: You can set rules for programs too ... look HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications

Edited by sonic

put this in your logon script..(if you have a domain, ect)

change the "description" to what the port represents

netsh firewall add portopening tcp 12000 "description"

netsh firewall add portopening tcp 13000 "description"

netsh firewall add portopening udp 15000 "description"

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.