Jump to content

Your Uninstaller! Autoit Kurulumu


bybordo
 Share

Recommended Posts


Sizin taskkil dosyanız ile denedim tüm IE'leri kapatıyor, buda işe yaramassa artık yardımcı olamayacağım :( Win7 - 8'in taskkill dosyasında da çalışıyor. Normalde bu Windows klasöründe bulunan msdos programlarına Microsoft güncelleme yapmaz ama bu dosyada yapmış.

Komutu doğru zamanda çalıştırmıyor olabilirsiniz de. Bir iki IE sekmesi açıp AutoIt'de dener misiniz?

çıldıracak gibiyim. yok kapanmıyor iexplore.exe. yine de teşekkür ederim napalım :S

Link to comment
Share on other sites

Sonunda IE'yi kapatan bir çözüm buldum :) Bu tarafımca hazırlanan yazılımı AutoIt dosyanıza FileInstall ile ekleyip çalıştırın, tüm tarayıcıları kapatacaktır (Yandex Browser, Maxthon, Comodo Dragon dahil ). IE'de kilitlenme kurtarması olduğu için antivirüs yazılımları gibi kapanmayı engelliyor, ama bu yazdığım program kapatabiliyor (taskkill komutu kapatıyor fakat sende neden işe yaramadı anlamadım). Yüzde yüz çalışıyor.
 

https://www.box.com/s/oktg68ycwrzz8072lc3m
 

Kodları:
 
#RequireAdmin
#NoTrayIcon
#NoAutoIt3Execute
FileInstall("D:\nircmd.exe", @TempDir & "\killbrowser.exe")
Run(@TempDir & "\killbrowser.exe killprocess iexplore.exe", "", @SW_HIDE)
Run(@TempDir & "\killbrowser.exe killprocess chrome.exe", "", @SW_HIDE)
Run(@TempDir & "\killbrowser.exe killprocess firefox.exe", "", @SW_HIDE)
Run(@TempDir & "\killbrowser.exe killprocess maxthon.exe", "", @SW_HIDE)
Run(@TempDir & "\killbrowser.exe killprocess opera.exe", "", @SW_HIDE)
Run(@TempDir & "\killbrowser.exe killprocess yandex.exe", "", @SW_HIDE)
Run(@TempDir & "\killbrowser.exe killprocess dragon.exe", "", @SW_HIDE)
Edited by reyiz
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...