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.

Guide: Mozilla Firefox Unattended

Featured Replies

Tnx simonsays :thumbup:thumbup

Regards

so know it is installed whit default settings and Unattended?

It saved 12mb.

can someone help me, the only thing i've able to do is install firefox silently. everytime I try to copy over the extensions it never works. HELP! :blushing:

  • Author

@solblanca23 check back this post

@all, if tomorrow aren't reported any problems i'll re-update the first post (no mirrors will be needed as the file is smaller and i can host it :))

@SiMoNsAyS

Thanks to your guide I have managed my silent install of the dutch FF. Tommorow (00:01) Today I ges(?) I am going to try the extensions and the bookmarks and stuf.

Goodnight (or Goodmorning ) :whistle:

D@RKNeSS

@all, if tomorrow aren't reported any problems i'll re-update the first post (no mirrors will be needed as the file is smaller and i can host it :))

Man this was the only thing making my web space do something... *goes off in search of something else to mirror*

B)

It didn't work today, the bookmarks and stuf Imean. Can't try it tommorow because I am going on a holiday. See you all next week.

D@RKNeSS

This is for Altavista,

I'm trying to use your profile and I want to do is replace your extensions with my own. I must say this is the only programs that is giving me so much problem. I'm going crazy heeeeeeeeeeeeeeeeeeelp :no:

This is for Altavista,

I'm trying to use your profile and I want to do is replace your extensions with my own.  I must say this is the only programs that is giving me so much problem.  I'm going crazy heeeeeeeeeeeeeeeeeeelp  :no:

y dont u make ur own profile? :yes: clean install of FF+extensions etc... go to default profile folder & create an sfx to extrct to ur defaults profile? if u like asta's theme, just search 4 it... i was having the same problem b4, i want astas profile but i want to add my own themes & extensions... so i used simonsays drag & drop method instead...

  • Author

@Swimming_Bird, that transforms the path "C:\Program Files\" to its short form "C:\Progra~1\"

@bober, you can find a new set of batches and instructions on how to use them here

Desktop Icon similar to IE

start.cmd

start /wait %systemdrive%\Install\Apps\Firefox\setup.exe -ms
REGEDIT /S %systemdrive%\Install\REG\Firefox.reg
COPY "%systemdrive%\Install\Apps\Firefox\Plugins\np32dsw.dll" "%systemdrive%\Program Files\Mozilla Firefox\plugins\np32dsw.dll"
COPY "%systemdrive%\Install\Apps\Firefox\Plugins\NPSWF32.dll" "%systemdrive%\Program Files\Mozilla Firefox\plugins\NPSWF32.dll"
DEL "%systemdrive%\Documents and Settings\All Users\Desktop\Mozilla Firefox.lnk"

Firefox.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}]
@="Firefox"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,0"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell]
@="&Open"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Open\Command]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Options]
@="Op&tions"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Options\Command]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe -chrome chrome://browser/content/pref/pref.xul"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Profile Manager]
@="&Profile Manager"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Profile Manager\Command]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe -p"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Safe Mode]
@="&Safe Mode"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\Shell\Safe Mode\Command]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe -safe-mode"

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\ShellEx]

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\ShellEx\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\ShellEx\PropertySheetHandlers\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}]

[HKEY_CLASSES_ROOT\CLSID\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}\ShellFolder]
"Attributes"=hex:00,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{0011C78C-4B81-41d2-80F5-3D992DD9ACC7}]

It creates a Firefox Launcher on the desktop, similar to the IE one, (and My Computer etc.), they are not lnk files.

The launcher has the added benefit of a right-click context menu containing

  • Open, Options, Profile Manager, Safe Mode, Create Shortcut

It's a superb addition epecially for those not pinning Firefox to the Start Menu.

The start.cmd is not a requirement of the tweak, just the reg file, you can simply use the reg in with your usual regs and install /copy firefox using your usual method.

Or just apply the reg on an existing install.

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.