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.

Executing Firefox

Featured Replies

I wrote the start.cmd script and stuff, I made the Firefox install unattended, and I know how to set it as the standard web-browser (thanks to the help I got here). But I can't find the right way to execute the firefox executable from the start.cmd so I can set it as the standard browser.

The thing is I'm not only making an unattended install disc for my self. I'm also making one for my sister and a couple friends as well. The only problem is that they usually keep their programs in C:\Program Files (or don't really care) where as I use my D: partition (which could be a problem for most of my friends I think). I've managed to set the program files my self in the start.cmd batch script (set ProgramFiles=D: (this line is removed ofcourse when making a CD for someone else)) and thats exactly where the command for setting firefox as the default browser is going. I tried using start /wait %programfile%\Mozilla Firefox\firefox.exe -silent -nosplash -setDefaultBrowser (with and without quotes) but with no luck.

Hope this isn't all confusing, just needed to make a few things clear so no one missunderstood what I needed help with.

But anyways, thanks for reading :)

you have set the ProgramFiles=D but the variable you use in the cmd is %programfile%.Change

start /wait %programfile%\Mozilla Firefox\firefox.exe -silent -nosplash -setDefaultBrowser

to

start /wait "%ProgramFiles%\Mozilla Firefox\firefox.exe" -silent -nosplash -setDefaultBrowser

and try it.

You could use

goto %ComputerName%

and add a label matching the individual computer names, then add the code there to install firefox.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.