Jump to content

Kilitli Internet Explorer Başlangıç Sayfasını Açma


Sirius
 Share

Recommended Posts

Kilitli Internet Explorer Başlangıç Sayfasını Açma

Dosya içerisinde Kilitli Internet Explorer Başlangıç Sayfasını Açmak için reg dosyası bulunmaktadır. Tek yapmanız gereken o reg dosyasını çalıştırmanızdır.

Not: Alıntıdır.

[code]
http://www.fileserve.com/file/jPG5Vnj[/code]

Link to comment
Share on other sites

Aşağıda verilen kodu notepade ekleyin aktif.vbs biçiminde kaydedin ve çalıştırın , böylelikle başlangıç sayfanızı değiştirebilir duruma geleceksiniz.Böyle bir uygulama buldum belki işe yarar.

[quote]Option Explicit
Dim WSHShell, RegKey, ValueA, Result
On Error Resume Next
Set WSHShell = CreateObject("WScript.Shell")
RegKey = "HKEY_CURRENT_USER\Software\Policies\Microsoft \Int e rnet Explorer\Control Panel\"
ValueA = WSHShell.RegRead (regkey & "HomePage")

If ValueA = 0 Then 'Change Homepage is Enabled.
Result = MsgBox("Ability to Change Homepage is currently [Enabled]." & _
vbNewLine & "Would you like to Disable?" & _
vbNewLine & "Will lock and Gray it out." & _
vbNewLine & "May need to Log-off for effect.", 36)
If Result = 6 Then 'clicked yes
WSHShell.RegWrite regkey & "HomePage", 1
End If
Else 'Change Homepage is Disabled
Result = MsgBox("Ability to Change Homepage is currently [Disabled]." & _
vbNewLine & "Would you like to Enable?", 36)
If Result = 6 Then 'clicked yes
WshShell.RegDelete "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage"
'Delete Key cause it don't exist normally
End If
End If
[/quote]

[color="#8B0000"][b]Edit Hata Kodlama Düzeltildi[/b][/color]

[code]http://hotfile.com/dl/83686637/355bdec/aktif.vbs.rar.html[/code]

[img]http://imgur.com/uRSY8.png[/img]

[color="#0000FF"][b]@ mrecep38[/b][/color] [color="#8B0000"][b]sorun kalmamıştır inşallah iyi kullanımlar.[/b][/color]

Edited by mucit41
Link to comment
Share on other sites

geçen bi arkadasın pcsine bulasmıştı regeditten değiştirdikçe yeniden eskisine dönüyordu en son su programı kurdum kökten halletti (ınternet explorer 8 )
Malwarebytes Anti-Malware
[code]http://www.tnctr.com/topic/75717-malwarebytes-anti-malware-143/page__p__913593#entry913593[/code]

Edited by arslantay
Link to comment
Share on other sites

[quote name='mucit41' date='20 Kasım 2010 - 01:03 ' timestamp='1290215620' post='914429']
Aşağıda verilen kodu notepade ekleyin .vbs biçiminde kaydedin ve çalıştırın , böylelikle başlangıç sayfanızı değiştirebilir duruma geleceksiniz.Böyle bir uygulama buldum belki işe yarar.


[/quote]

Satır : 8
Karakter : 20
Hata : Geçersiz Karakter
Kod : 800A0408

Hatası veriyor.

Link to comment
Share on other sites

Arşivimde bulunan ve her zaman rahatlıkla kullanabilceğiniz kilit acma programı,virüs yada trojandan etkilenen ie tarayıcılarınız için.

[code]http://hotfile.com/dl/83684059/6bb3b8d/antilock.rar.html[/code]

[img]http://imgur.com/uRSY8.png[/img]

Edited by mucit41
Link to comment
Share on other sites

  • 2 ay sonra...

[center][img]http://www.gezginler.net/modules/mydownloads/images/shots/buyuk/12166.jpg[/img][/center]



Windows XP Sorun Giderici
1-"Görev Yöneticisini Açamıyorum ve "Görev Yöneticisi,yöneticiniz tarafından devre dışı bırakıldı." hatası alıyorum." diyorsanız.
2-"Kayıt Defteri Düzenleyicisini açamıyorum ve "Kayıt defteri düzenleme"
3-"İnternet explorer giriş sayfam kilitlendi giriş sayfamı değiştiremiyorum " Giriş sayfası değiştirme,düzenleme


BU SORUNLARIN ÇÖZÜMÜ XP SORUN GİDERİCİ

Not: Sadece xp ye göre değil diğer işletim sistemlerindede çalışmaktadır.


[center]www.omerkara.com/sorun.exe[/center]

Edited by omerkara51
Link to comment
Share on other sites

[center][b]Ayrıca şu basit ayarı deneyebilirsiniz benimde daha önceden başıma gelmişti olayı buradan çözdüm oldu...[/b][/center]
[center][b][color="#ff0000"]Başlat[/color] / [color="#0000ff"]Çalıştır[/color] / [color="#008000"]gpedit.msc[/color] / [color="#ff0000"]Kulanıcı yapılandırması[/color] / [color="#0000ff"]Yönetim şablonları[/color] / [color="#008000"]Windows bileşenleri[/color] / [color="#ff0000"]Internet explorer adı altında bulunan[/color] Giriş sayfası ayarları değişimini devreden çıkara çift tıklıyoruz ve resimdeki adımları uyguluyoruz.[/b][/center]
[center][b]
[/b][/center]
[center][img]http://i55.tinypic.com/2h2r0nm.jpg[/img][/center]

Edited by fatih7998
Link to comment
Share on other sites

Bir tanede benden ...


Başlat / Çalıştır / Regedit / HKEY_CURRENT_USER / Software / Microsoft / Internet Explorer / Main anahtarında bulunan adresi değiştirin.

yada,

HKEY_CURRENT_USER \ SOFTWARE \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Dizinini takip ederek git. Yan Tarafta Bulunan Homepage’e sağ tıklayıp Değiştir i seç “1″ olan değeri “0″ olarak değiştir.

yada;

Başlat / çalıştır
gpedit.msc
kullanıcı yapılandırması
Windows ayarları
internet Explorer bakımı
url ler
önemli url ler
burada 1. seçenek ana sayfanız olmasını istediğiniz url yi yazıyorsunuz arkadaşlar.

Link to comment
Share on other sites

  • 2 hafta sonra ...
  • 2 ay sonra...

Başlat > Çalıştır > Regedit
HKEY_CURRENT_USER > Software > Policies > Microsoft > Internet Explorer > Control Panel
Anahtarındaki HomePage değerine tıklayarak 0 olan değerini 1 olarak değiştirin Veya ordaki Değer 1 ise 0 Olarak Değiştirin Sorun Çözülecektir daha sonra IE a sağ tıkladığınızda giriş sayfasındaki kilidin kalktığını göreceksiniz...

Link to comment
Share on other sites

  • 1 ay sonra...

[quote name='fatoş92dnzli' date='08 June 2011 - 01:58 ' timestamp='1307491092' post='1025857']
iyi geceler ark bu konu hakkında bnmde bir bilgim yok bnde dertliyim
[/quote]
yukarıyı okursan sıkıntın kalmaz :wacko:

Link to comment
Share on other sites

[color="#2E8B57"]Not defterini açıp aşağıdaki kodları kopyalayıp, yapıştırın.
Dosya -->Farklı kaydet--> ie aç[color="#FF0000"].bat[/color] şeklinde kaydetin.
[code]@echo off
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /f /v "Start Page" /t REG_SZ /d "http://www.google.com/"
reg add "HKCU\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel" /f /v "HomePage" /t REG_SZ /d ""
[/code][/color]

Edited by register
Link to comment
Share on other sites

  • 1 yıl yıl...
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...