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.

noomsybaby

Member
  • Joined

  • Last visited

  • Country

    United Kingdom
  1. First Thanks Tommy excellent tool (and all other contributers) I have found a problem tho if you use advanced server it doesn't detect that it is the server version. A quick mod of the script file as below will fix this problem. the additions are in bold FINDSTR /I WINDOWS SOURCE\I386\PRODSPEC.INI>WORK\VERSION.TXT FOR /F "TOKENS=2,3* DELIMS=, " %%I IN (WORK\VERSION.TXT) DO ( SET V1=%%I SET V2=%%J SET V3=%%K ) IF "%V1%"=="2000" SET VERSION=2000 IF "%V2%"=="2000" SET VERSION=2000 IF "%V2%"=="Server" SET SERVER=SERVER IF "%V3%"=="Server" SET SERVER=SERVER IF "%V1%"=="XP" SET VERSION=XP IF "%V2%"=="XP" SET VERSION=XP IF "%V1%"=="2003" SET VERSION=2003 IF "%V2%"=="2003" SET VERSION=2003 this is just under the call folderprep statement Regards Nelly

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.