20.05.2012: Dimpel's Addons für WinXP 32bit (Stand 20.05.2012)
21.05.2012: Unantastbar's SFX-Archive (Stand 21.05.2012)
14.04.2012: Ganesha-UpdatePackSP3-inkl.IE8-2012-04-14|
|
Source code |
1 2 3 4 5 6 7 8 |
<Url type="text/html" method="GET" template="http://www.amazon.de/exec/obidos/external-search/">
<Param name="field-keywords" value="{searchTerms}"/>
<Param name="mode" value="blended"/>
<Param name="tag" value="firefox-de-21"/>
<Param name="sourceid" value="Mozilla-search"/>
</Url>
<SearchForm>http://www.amazon.de/</SearchForm>
</SearchPlugin>
|
Ich verstehe nicht ganz, warum meine Tipps keine Lösung für Dich sind und Du stattdessen zum IE greifen willst.
Habe ich da was überlesen?
Quoted
Du kannst den kompletten Programmordner von Firefox sichern, verändern und als SFX packen, um entweder Firefox damit komplett installieren oder veränderte Dateien zu ersetzen
This post has been edited 2 times, last edit by "g-force" (Dec 27th 2011, 2:43am)
This post has been edited 2 times, last edit by "g-force" (Jan 17th 2012, 3:56pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
rem cmdow @ /hid color 9f @echo off cls echo. echo. echo. echo Mozilla Firefox 10 Beta 4 (mit Erweiterungen) wird installiert ... echo. echo. echo. Bitte warten............Bitte warten........... start /wait Firefox_10.exe /S start /wait xcopy "mozilla" "%userprofile%\Anwendungsdaten\Mozilla\" /s /e /c /i /h /r /d /y ; FF als Standard Browser HKCR,".htm","",0x00000000,"FirefoxHTML" HKCR,".html","",0x00000000,"FirefoxHTML" HKCR,"ftp\DefaultIcon","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE,1" HKCR,"ftp\shell\open\command","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1""" HKCR,"ftp\shell\open\ddeexec","",0x00000000,"""%%1"",,0,0,,,," HKCR,"ftp\shell\open\ddeexec\Application","",0x00000000,"Firefox" HKCR,"gopher\DefaultIcon","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE,1" HKCR,"gopher\shell\open\command","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1""" HKCR,"gopher\shell\open\ddeexec","",0x00000000,"""%%1"",,0,0,,,," HKCR,"gopher\shell\open\ddeexec\Application","",0x00000000,"Firefox" HKCR,"HTTP\DefaultIcon","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE,1" HKCR,"HTTP\shell\open\command","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1""" HKCR,"HTTP\shell\open\ddeexec","",0x00000000,"""%%1"",,0,0,,,," HKCR,"HTTP\shell\open\ddeexec\Application","",0x00000000,"Firefox" HKCR,"https\DefaultIcon","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE,1" HKCR,"https\shell\open\command","",0x00000000,"%~ProgramFilesDir%\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1""" HKCR,"https\shell\open\ddeexec","",0x00000000,"""%%1"",,0,0,,,," HKCR,"https\shell\open\ddeexec\Application","",0x00000000,"Firefox" HKLM,"SOFTWARE\Clients\StartMenuInternet","",0x00000000,"FIREFOX.EXE" |
This post has been edited 1 times, last edit by "Unantastbar" (Jan 17th 2012, 6:50pm)
Ich habe das in einer Batchdatei drinnen stehen die die Daten von USB Stick auf die HDD kopiert.
Hits today: 4,905 | Hits yesterday: 3,463 | Hits record: 14,378 | Hits total: 3,131,491
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH