choco install firefox /l:en-US /NoDesktopShortcut /RemoveDistributionDir
/p:xx…
) are optional /l:xx | specifies the locale, a list of possible locales can be found in the relase notes of FireFox. |
/InstallDir:"p:\ath\to\directory" | |
/NoTaskbarShortcut | Don't create a shortcut on the Taskbar |
/NoDesktopShortcut | Don't create a shortcut on the Desktop |
/NoStartMenuShortcut | Don't create a shortcut in the Start menu |
/NoMaintenanceService | Don't install Maintenance Service |
/RemoveDistributionDir | Remove distribution directory on installation/update. (This is the default behavior of the Firefox Installer, but not for this Chocolatey Package) |
/NoAutoUpdate | Sets a policies.json file to not update Firefox and does not install the Maintenance Service |
~/Downloads
, let me choose the destination directory. %APPDATA%\Mozilla\Firefox\Profiles
. profile.ini
file. about:profiles
. HKEY_CURRENT_USER\Software\Mozilla\Mozilla Firefox
key. CurrentVersion
value under this key. about:support
page. about:config
, about:profiles
, about:support
, about:plugins
, about:buildconfig
, about:memory
, about:performance
, about:serviceworkers
about:config
-> then set accessibility.typeaheadfind.enablesound
to false. ctrl+shift+K
(OS X: command-option K
). ctrl+B
. console.log()
API.