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.

robmb008

Member
  • Joined

  • Last visited

  • Country

    Canada

Everything posted by robmb008

  1. Hi, I've looked through all these posts and I don't think I've seen anyone who has changed or removed the "Setup will complete in approximately:" string. It doesn't seem to be listed in winntbbu.dll. Has anyone found where it is? btw, this is what I've got so far:
  2. Here are a few of my vbs scripts that I have developed for my 1st unattended install: Foobar2000 0.75 special edition -full installation -start menu shortcuts placed in Programs\media\foobar2000 -all available media file extensions associated with foobar2000 Set WshShell = WScript.CreateObject("WScript.Shell") On Error Resume Next WshShell.Run ("%systemdrive%\install\Applications\Foobar\foobar075_special.exe") WScript.Sleep 1000 WshShell.SendKeys "%N" WScript.Sleep 400 WshShell.SendKeys "%A" WScript.Sleep 400 WshShell.SendKeys "{TAB 2}" WScript.Sleep 400 WshShell.SendKeys "F" WScript.Sleep 400 WshShell.SendKeys "%N" WScript.Sleep 400 WshShell.SendKeys "%N" WScript.Sleep 400 WshShell.SendKeys "{TAB 2}" WScript.Sleep 400 WshShell.SendKeys "media\foobar2000" WScript.Sleep 400 WshShell.SendKeys "%I" WScript.Sleep 10 * 1000 WshShell.SendKeys "{TAB 2}" WScript.Sleep 400 WshShell.SendKeys "A" WScript.Sleep 400 WshShell.SendKeys "{TAB 2}" WScript.Sleep 400 WshShell.SendKeys "{ENTER}" WScript.Sleep 6000 WshShell.SendKeys " " WScript.Sleep 400 WshShell.SendKeys "%F" WScript.Sleep 400 Wscript.Quit Mozilla Firebird 0.7 -only the QuickLaunch icon added Set WshShell = WScript.CreateObject("WScript.Shell") On Error Resume Next WshShell.Run ("%systemdrive%\install\Applications\Firebird\MozillaFirebird-0.7-setup.exe") WScript.Sleep 1000 WshShell.SendKeys "%N" WScript.Sleep 400 WshShell.SendKeys "{TAB 2}" WScript.Sleep 400 WshShell.SendKeys "{DOWN 3}" WScript.Sleep 400 WshShell.SendKeys " " WScript.Sleep 400 WshShell.SendKeys "{DOWN}" WScript.Sleep 400 WshShell.SendKeys " " WScript.Sleep 400 WshShell.SendKeys "%N" WScript.Sleep 400 WshShell.SendKeys "%I" WScript.Sleep 10 * 1000 WshShell.SendKeys "%R" WScript.Sleep 400 WshShell.SendKeys "%F" WScript.Sleep 400 Wscript.Quit enjoy...

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.