Wu-Tang Posted May 30, 2022 Posted May 30, 2022 (edited) hello guys! Im writing tweaker for win7, where have tweaks for a ie, most of it i did catch by regshot, but have one problem, the window with question select searcher at run once, and im cant find keys to havent this window. and all list my tweaks: Windows Registry Editor Version 5.00 ; ------------------================Internet Explorer=====================----------------------------------- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] ; Отключить мастер первого запуска "DisableFirstRunCustomize"=dword:00000001 "IE10TourNoShow"=dword:00000001 "Check_Associations"="no" ; "DoNotTrack"=dword:00000000 ; Не выполнять поиск из адресной строки "AutoSearch"=dword:00000000 ; Не предлагать Internet Explorer использовать по умолчанию "Check_Associations"="no" ; Время завершения настройки "IE10RunOnceCompletionTime"=hex:00 ; Браузер IE уже запускался "IE10RunOnceLastShown"=dword:00000001 ; Время последнего запуска "IE10RunOnceLastShown_TIMESTAMP"=hex:00 ; Предварительная настройка IE выполнена "IE10RunOncePerInstallCompleted"=dword:00000001 ; Тур знакомства с IE пройден "IE10TourShown"=dword:00000001 ; Время показа тура знакомства с IE "IE10TourShownTime"=hex:00 ; Отключить уведомление по окончании загрузки файла "NotifyDownloadComplete"="no" ; Убрать эффект затемнения при переходе с одной страницы на другую "Page_Transitions"=dword:00000000 ; Отключить отладку скриптов "Disable Script Debugger"="yes" "DisableScriptDebuggerIE"="yes" ; "Default_Search_URL"="http://www.google.ru/" "Default_Page_URL"="http://www.google.ru/" "Start Page"="http://www.google.ru/" "Search Page"="http://www.google.ru/" "Start Page_TIMESTAMP"=hex:00 ; Отключить Smart Screen [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter] "EnabledV9"=dword:00000000 ; Настройка дополнительных параметров Интернета [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] ; Запретить встроенную проверку подлинности Windows "EnableNegotiate"=dword:00000000 ; Отключить предупреждение о несоответствии сертификата "WarnonBadCertRecving"=dword:00000000 ; Отключить предупреждение о переходе в локальную зону "WarnOnIntranet"=dword:00000000 ; Отключить предупреждение о перенаправлении публикаций "WarnOnPostRedirect"=dword:00000000 ; Отключить подтверждение закрытия вкладок [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing] "ShowTabsWelcome"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing] "WarnOnClose"=dword:00000000 ; Открывать в новой вкладке домашнюю страницу "NewTabPageShow"=dword:00000001 ; "ThumbnailBehavior"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] ; Список "безопасных" типов файлов для загрузки из интернета "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] ; Отключить предупреждение при открытии файлов, загруженных из Интернета "SaveZoneInformation"=dword:00000001 ; Кэш 250мб [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content] "CacheLimit"=dword:0003e800 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\LowCache\Content] "CacheLimit"=dword:0003e800 ; Добавить Google [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{7C48FA5A-0A98-4590-A75C-0C82317A77DF}] "DisplayName"="Google" "SuggestionsURL"="http://clients5.google.com/complete/search?hl={language}&q={searchTerms}&client=ie8&inputencoding={inputEncoding}&outputencoding={outputEncoding}" "URL"="http://www.google.ru/#sclient=psy&hl=ru&newwindow=1&q={searchTerms}&aq=f&aqi=g5&aql=&oq=&pbx=1&fp=c9e2c6a96dee470b" "SuggestionsURL_JSON"="http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&qu={searchTerms}" "FaviconURL"="http://www.google.com/favicon.ico" "TopResultURLFallback"="" "TopResultURL"="" "SuggestionsURLFallback"="http://clients5.google.com/complete/search?hl={language}&q={searchTerms}&client=ie8&inputencoding={inputEncoding}&outputencoding={outputEncoding}" ; Назначить Google поисковиком по умолчанию [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes] "DefaultScope"="{7C48FA5A-0A98-4590-A75C-0C82317A77DF}" ;Отключить использование рекомендуемых сайтов [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites] "Enabled"=dword:00000000 ; ------------------------------------------------------------------------- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Recovery\AdminActive] "{FC08B0CC-E359-11DE-9F43-001FD0B5435F}"=- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}] "Deleted"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Window_Placement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,e9,00,00,00,5f,00,00,00,50,06,00,00,54,03,00,\ 00 ; ; Отображать кнопки "Остановить" и "Обновить" перед адресной строкой [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\CommandBar] "ShowLeftAddressToolbar"=dword:00000001 what keys need to add to havent this window? Edited May 30, 2022 by Wu-Tang
jumper Posted June 4, 2022 Posted June 4, 2022 Select www.msn.com (as the default search engine?). Then search for and replace it in the registry with a server of your choice.
jumper Posted June 4, 2022 Posted June 4, 2022 Actually, it looks like google.ru is popping up that dialog, so don't go to that site.
Wu-Tang Posted June 13, 2022 Author Posted June 13, 2022 i want to havent this popup, in my tweaks have keys, but i see that it rewrite. how keys need to add to will not any popup at first run?
artenox Posted August 1, 2022 Posted August 1, 2022 This window may also appear next time, if you for example deny IE access to Microsoft servers.
Wu-Tang Posted August 6, 2022 Author Posted August 6, 2022 (edited) but really to do to dont popup window with select searchers in first run? to do google default and will have not this question. Edited August 6, 2022 by Wu-Tang
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now