Jump to content

Çalışan Bellirli Uygulamaların Hepsini Kapatmak.


blue_life
 Share

Recommended Posts

Örnekteki gibi satırları çoğaltabiliriz..

[codebox]#NoTrayIcon

_Process_Close("iexplore.exe") ;ie
_Process_Close("firefox.exe") ;Firefox
_Process_Close("opera.exe") ;Ben kullanmıyorum. Isim hatalıysa düzeltin
_Process_Close("cherome.exe") ;Ben kullanmıyorum. Isim hatalıysa düzeltin
;Aynı şekilde uygulama isimlerini yazarak çoğaltabilrisiniz....

Func _Process_Close($Process = "")
If $Process = "" Or ProcessExists($Process) = 0 Then Return SetError(1,0,0)

While ProcessExists($Process) <> 0
ProcessClose($Process)
Sleep(50)
WEnd
Return 1
EndFunc[/codebox]
Link to comment
Share on other sites

  • 4 ay sonra...

@[color=#000000][font=helvetica, arial, sans-serif][size=4][color=green]makpolat76 [/color][/size][/font][/color][font=helvetica, arial, sans-serif][size=4]evet öyle yapabiliriz, yada mause sağtık yeni Auto script oluşturduktan sonra sağ tıklıyarak edit dedikten sonra scriptin içine yapıştırabiliriz[/size][/font]

Edited by kamuran731
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...