Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rundll32 user32.dll,EndTask

Status
Not open for further replies.

KenshinHimura

Programmer
May 8, 2003
91
US
How would i get that to end a task?
 
use psapi

Ion Filipski
1c.bmp
 
Look in MSDN how to use fnctions EnumProcesses, OpenProcess and CloseHandle


Ion Filipski
1c.bmp
 
but i want to be able to use DLL functions without the use of programming languages. I just want to go to start click run and type "rundll thedll.dll, dllfunction" and it will end a task. Like "rundll user32.dll,MessageBoxA Hello" makes a box pull up on the screen with the title Hello without the use of a programming language.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top