cristhian2k47
New Member
- Messages
- 28
- Reaction score
- 20
Download Firefox and install through post-setup tab with parameter /S
Go to registry tab and add firefox.reg (look inside the file to see what it does)
Go to registry tab and add firefox.reg (look inside the file to see what it does)
Windows Registry Editor Version 5.00
;Disable Firefox first run page
;Disable Firefox post-update "What's new" page
;Disable Firefox feature to save webpages to Pocket
;Disable Firefox Telemetry
;Prevent Firefox from running studies
;Disable Firefox creation of default bookmarks
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox]
"OverrideFirstRunPage"=""
"OverridePostUpdatePage"=""
"DisablePocket"=dword:00000001
"DisableTelemetry"=dword:00000001
"DisableFirefoxStudies"=dword:00000001
"NoDefaultBookmarks"=dword:00000001
;Disable Sponsored Top Sites in Firefox Home
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\FirefoxHome]
"SponsoredTopSites"=dword:00000000
;Install uBlock Origin in Firefox
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Extensions\Install]
"1"="https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
;Pin Firefox, Settings & File Explorer to Start Menu
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]
"ConfigureStartPins"="{\"pinnedList\":[{\"desktopAppId\":\"308046B0AF4A39CB\"},{\"packagedAppId\":\"windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel\"},{\"desktopAppId\":\"Microsoft.Windows.Explorer\"}]}"
- Go to image tab → Right click mounted image → Explore mount directory:
- Put LayoutModification.xml inside Users\Default\AppData\Local\Microsoft\Windows\Shell (this will leave only file explorer and firefox pinned in taskbar)
- Put OEMDefaultAssociations.xml inside Windows\System32 (this will put firefox as default browser)
- Close mount directory
<?xml version="1.0" encoding="utf-8"?>
<LayoutModificationTemplate
xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"
xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
Version="1">
<CustomTaskbarLayoutCollection PinListPlacement="Replace">
<defaultlayout:TaskbarLayout>
<taskbar:TaskbarPinList>
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer" />
<taskbar:DesktopApp DesktopApplicationID="308046B0AF4A39CB" />
</taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection>
</LayoutModificationTemplate>
<?xml version="1.0" encoding="UTF-8"?>
<DefaultAssociations>
<Association Identifier=".htm" ProgId="FirefoxHTML-308046B0AF4A39CB" ApplicationName="Firefox" />
<Association Identifier=".html" ProgId="FirefoxHTML-308046B0AF4A39CB" ApplicationName="Firefox" />
<Association Identifier="http" ProgId="FirefoxURL-308046B0AF4A39CB" ApplicationName="Firefox" />
<Association Identifier="https" ProgId="FirefoxURL-308046B0AF4A39CB" ApplicationName="Firefox" />
</DefaultAssociations>
Attachments
Last edited: