![]() |
| |||
| yves.vaissiere | Posté le 12/09/2005 @ 23:12 | ||
Grand Maître astucien34825 Messages | Bonsoir,
y a-t-il mèche pour avoir avec IE autre chose que http://search.msn.fr/results.aspx?srch=104&FORM=AS4&q=jygrth comme moteur de recherche quand on tape un mot dans la barre d'adresse ?
Je voudrais avoir par exemple Google mais pas la barre (vous trouvez qu'on n'a pas assez de cochonneries ?).
Et j'utiliserai IE tant qu'on ne m'aura pas indiqué un moyen de le supprimer complètement sans conséquence, merci. (vous trouvez qu'on n'a pas assez de logs ? [bigsmile] )
J'ai trouvé un plugin d'X-Setup permettant de mettre la clé pour juste taper la lettre "g" puis le mot par exemple ; mais taper ou coller seulement le ou les mots ça serait encore mieux ...
Voilà le contenu complet du plug-in :
"FILE"="Xteq Systems X-Setup Plugin 6.0"
"TYPE"="8"
"COUNT"="3"
"UIPATH"="Internet\Internet Explorer\System"
"NAME"="Address Bar Search"
"VERSION"="1.00"
"LANGUAGE"="VBScript"
"TEXT 1"="Add"
"TEXT 2"="Edit"
"TEXT 3"="Delete"
"DESCRIPTION 1"="For Internet Explorer 6.0 and above: Internet Explorer supports a new featured called "Address Bar Search"."
"DESCRIPTION 2"="You can define a keyword, e.g. "google" and enter this, plus the word it should search for into the address bar of IE. For example, you could simply enter "google Xteq" to perform a google search for "Xteq". This saves some time when you do research on the web."
"DESCRIPTION 3"="This plug-in list all address bar search keywords, which you can edit, add new or delete."
"DESCRIPTION 4"="After making changes, please restart Internet Explorer."
"DESCRIPTION 5"="HINT: To add add new search engines here, simply do the following:"
"DESCRIPTION 6"="- Go to the website of the search engine and search for a very strange word, e.g. "XoXoXoX"."
"DESCRIPTION 7"="- Hit the "GO", "SEARCH" button or whatever the button is called on that site."
"DESCRIPTION 8"="- When the results are displayed, copy the entire URL from the address bar of IE into the clipboard (CTRL+C)."
"DESCRIPTION 9"="- Add a new entry with this plug-in and paste the URL (CTRL+V) into the second popup window."
"DESCRIPTION 10"="- Before clicking on OK, change the strange word (e.g. XoXoXoX) in the URL to %s."
"AUTHOR"="Xteq Systems"
"CONTACTURL"="http://www.xteq.com"
"COPYRIGHT"="Copyright © Xteq Systems - All Rights Reserved"
"COMMENT 1"="see http://www.jsiinc.com/SUBK/tip5400/rh5446.htm"
"COMMENT 2"=" "
sPath="HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\"
dim iItems 'contains the total amount of the registry keys
Dim aryItems() 'contains the name of the Registry paths (direct files starting with ".")
Sub Plugin_Initialize
iItems=0
if RegPathExists(sPath) then
Call ReadRegistry
else
Call Disable
end if
End Sub
Sub ReadRegistry
for l=1 to iItems
Call SetUIElement(l,"")
next
iItems=RegEnumPaths(sPath)
ReDim aryItems(iItems)
For l=1 to iItems
'save the name
sName=RegEnumElement(l)
aryItems(l)=sName
sURL=RegReadValue(sPath & sName & "\@")
Call SetUIElement(l,sName & " (" & sURL & ")")
next
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
if ElementIndex=1 then 'Add
sNewName=InputWindow("Please enter the keyword for this search, e.g. 'google'","",1)
if IsEmpty(sNewName)=false then
sNewURL=InputWindow("Please enter the complete URL for this search, including http:// and the parameter %s (e.g. 'http://www.google.com/search?q=%s'","",1)
if IsEmpty(sNewURL)=false then
Call RegWriteValue(sPath & sNewName & "\@",sNewURL,1)
Call ReadRegistry()
end if
end if
else
if ElementSubIndex>0 then
sName=aryItems(ElementSubIndex)
sFullPath=sPath & sName
sURL=RegReadValue(sFullPath & "\@")
if ElementIndex=2 then 'Edit
sNewName=InputWindow("Please enter the name for this search, e.g. 'google'",sName,1)
if IsEmpty(sNewName)=false then
if sNewName<>sName then
'Name change!
Call RegDeletePath(sFullPath)
Call RegWriteValue(sPath & sNewName & "\@",sURL,1)
sName=sNewName
end if
sNewURL=InputWindow("Please enter the complete URL for this search, including http:// and the parameter %s (e.g. 'http://www.google.com/search?q=%s'",sURL,1)
if IsEmpty(sNewURL)=false then
if sNewURL<>sURL then
'URL change
Call RegWriteValue(sPath & sName & "\@", sNewURL,1)
end if
end if
Call ReadRegistry()
end if
else 'delete
Call RegDeletePath(sFullPath)
Call ReadRegistry()
end if
else
Call MsgError("Please select an item")
end if
end if
' Call GetInfo(sGUID)
' else
' if bDeac=false then
' Call MoveFolder(sPath & sGUID, sPath & "-" & sGUID)
' else
' Call MoveFolder(sPath & "-" & sGUID, sPath & sGUID)
' end if
' Call ReadRegistry()
' Call MsgInformation("Changes made!")
' end if
End Sub
Sub Plugin_Terminate
End Sub | ||
| Publicité | |||
| elle | Posté le 12/09/2005 à 23:30 | ||
Grande Maîtresse astucienne30812 Messages | Salut,
[url="http://www.libellules.ch/dotclear/index.php?2005/06/03/416-internet-explorer-google-par-defaut-comme-moteur-de-recherche"]Ici[/url] peut-être? Je ne sais pas si ça fonctionne pour la barre d'adresse.
[url="http://www.microsoft.com/france/internet/ressources/fiches/optionsrecherche/"]Régler les options de recherche automatique[/url]
À tout hasard, car je n'ai pas le temps de tester et je n'utilise pas IE.
| ||
| |||
| griggione | Posté le 13/09/2005 à 00:46 | ||
Grand Maître astucien22308 Messages | Bonsoir tous
Yves,tu aurais pu simplement demander comment ça va ou quel temps il fait.......non.....de suite la question qui tue [choc][crazy]
Bon ben,ce qu'on met dans le fichier Unattend.txt pour changer le moteur de recherche.
Bon j'ai ouvert mon tuto sur la BdR,voila parmi les plus de 400 clés qui seront proposées [langue][clindoeil]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://forum.pcastuces.com/default.asp"
"Search Bar"="http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.google.com/keyword/%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"
N'oublie pas Regedit 4 si tu fais ta clé [clindoeil] | ||
| |||
| freed | Posté le 13/09/2005 à 01:20 | ||
| Astucien 2219 Messages | 'soir,
c'est pas parce que j'ai une bêche dans ma remise que je n'utilise pas le motoculteur, donc voici une copie écran de copernic intégré à IE, je sais un log de plus (mais un plugin de moins):
[IMG]http://img372.imageshack.us/img372/4859/copernic7ds.jpg[/IMG] | ||
| |||
| yves.vaissiere | Posté le 13/09/2005 à 07:24 | ||
Grand Maître astucien34825 Messages | Juste pour préciser : le plugin copié plus haut n'est pas un plugin d'IE, mais d'X-setup. Une fois le script utilisé, avec X-setup ou autrement, c'est fini, on ne voit rien ; il a modifié le registre.
Merci à tous.
Euh, Christian ... il est où ton tuto ? Modifié par yves.vaissiere le 13/09/2005 07:31 | ||
| |||
| freed | Posté le 13/09/2005 à 21:16 | ||
| Astucien 2219 Messages | [hello],
oups [rougir]!
sinon copernic c'est du lourd, du très lourd, du trop lourd, je crois que je vais le virer ... | ||
| |||
| Publicité | |||
| griggione | Posté le 14/09/2005 à 00:24 | ||
Grand Maître astucien22308 Messages | Bonsoir Yves
yves.vaissiere a écrit :
En cours et presque fini,c'est qu'il demande des verifs serieuses celui-là.....
En cours aussi,.cmd et .bat (ha t'as bougé une oreille là [bigsmile])Euh, Christian ... il est où ton tuto ? | ||
| |||
| Haut de la page | |||
|
|
| Forum PC Astuces | © 1997-2013 Webastuces |