Set Firefox as default browser #86
This commit is contained in:
parent
86b3df668f
commit
40eacd7f5d
@ -64,5 +64,8 @@ copy /Y %UBLOCKFILE% %FIREFOXBASE%\distribution\extensions\%UBLOCKTARGET%
|
||||
echo installing Team Password Manager plugin ...
|
||||
copy /Y %TPMFILE% %FIREFOXBASE%\distribution\extensions\%TPMTARGET%
|
||||
|
||||
echo setting firefox as default browser ...
|
||||
SetDefaultBrowser.exe HKLM "Firefox-308046B0AF4A39CB"
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
|
@ -23,6 +23,7 @@ for %%A in (
|
||||
regscanner
|
||||
restic
|
||||
serviwin
|
||||
setdefaultbrowser
|
||||
showkeyplus
|
||||
trid
|
||||
triddefs
|
||||
@ -105,6 +106,11 @@ move /Y %T%\restic\*.exe %TOOLS%\restic.exe
|
||||
rd /S /Q %T%\restic
|
||||
echo.
|
||||
|
||||
echo SetDefaultBrowser
|
||||
move /Y %T%\SetDefaultBrowser\*.exe %TOOLS%
|
||||
rd /S /Q %T%\SetDefaultBrowser
|
||||
echo.
|
||||
|
||||
echo ServiWIN
|
||||
move /Y %T%\serviwin\*.exe %TOOLS%
|
||||
rd /S /Q %T%\serviwin
|
||||
|
@ -35,4 +35,5 @@ https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip
|
||||
https://mark0.net/download/trid_w32.zip trid.zip
|
||||
https://mark0.net/download/triddefs.zip triddefs.zip
|
||||
https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
|
||||
https://kolbi.cz/SetDefaultBrowser.zip setdefaultbrowser.zip
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user