Jump to content

Açık Olan Uygulamaları Kapatmayla Ilgili Soru


kalpsizkral
 Share

Recommended Posts

help dosyasını kullanın diye bas bas bağırıyoruz arkadaşlar, bakın hazır kodu orda:

[code]instances_of_file = 0;
file_to_check_for = "autorun.exe"; --have all lowercase
processes = System.EnumerateProcesses();

for j, file_path in pairs(processes) do
file = String.SplitPath(file_path);
if (String.Lower(file.Filename..file.Extension)) == file_to_check_for then
System.TerminateProcess(j);
end
end[/code]

Link to comment
Share on other sites

hocam bu kodu nereye yapıştırıcağımıda bari söyle :blush:

tamam abicim önce bakar sonra sorarım ama vallah bakarım :D

[b][color=#FF0000]Üst üste birbiriyle ilişkili birkaç mesaj gönderemezsiniz. Mesajınıza ekleme yapmak için "edit" butonunu kullanmalısınız

[topic=872]Lütfen Forum Kurallarını Okuyunuz.[/topic]

Anlayışınız için teşekkür ederiz

Tnc-Team[/color][/b]

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...