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.

powerdown

Member
  • Joined

  • Last visited

  • Country

    United States
  1. I use two commands to do this. I got them from somewhere, can't remember where right now. First is a VBscript that preforms the operation you can shange the "Pin to Start Menu" to "Pin to Taskbar" (same for "Unpin...": Set objShell = CreateObject("Shell.Application") set filesystem = CreateObject("scripting.Filesystemobject") Set objFolder = objShell.Namespace(filesystem.GetParentFolderName(Wscript.Arguments(0))) Set objFolderItem = objFolder.ParseName(filesystem.GetFileName(WScript.Arguments(0))) Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt If Replace(objVerb.name, "&", "") = "Unpin from Start Menu" Then objVerb.DoIt Next Then I make a cmd file with the items I want to Pin and point them to the VBScript: cd /d %~dp0 WScript.exe %~dp0PinToStartMenu.vbs "path to app you want to Pin" You can add multiple Items in the cmd file to Pin/Unpin all the items you want.
  2. I don't have much to ad to this other then my overwhelming appreciation. I registered for an account on this site just to get this info.

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.