Jump to content

How to kill force a process


Recommended Posts

How to kill force a process plz help me

HI,

what about:

ProcessClose

or DosBox Taskkill like:

#include <Process.au3>

_RunDos("start taskkill /F /IM nvcod.exe")

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • 16 years later...

WOW>>>  I get to try and answer a question.  There a a couple of what to do this.  The best was is how @Xenobiologist but these are some options as well.

;put the process process name in quote 
 ProcessClose ( "process" ) 
 
 ;Another way is via title you can get the title using AutoIT v3 Window Info
 WinClose ( "title" [, "text"] )

 

Link to comment
Share on other sites

  • Developers
1 minute ago, MichaelCrawley said:

WOW>>>  I get to try and answer a question. 

Wow, maybe the OP isn't waiting for that answer anymore!!!!!!  So please don't resurrect an 16 years old topic! 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...