Skip to content
⌘ NSIS Forum Archive

Common windows programs...

4 posts

DITMan#

Common windows programs...

I've created a DLL to kill processes in windows by its name. Someone suggested that I could add some sort of 'macros' to kill common windows programs (read it in this topic).

What 'macros' of this kind can you think of??

Notepad -> notepad.exe
Explorer -> explorer.exe
InternetExplorer -> iexplore.exe

and so...

If you believe this is interesting, I'll implement it... ok?

Feedback needed!! (as usual)
Afrow UK#
This would be a useful feature, yes.
If you have the brain to do the job, then go for it!

-Stu
Afrow UK#
Yes.
For example...

KillProc::KillProc "iexplore" #IEXPLORE.EXE (Internet Explorer)
KillProc::KillProc "notepad" #NOTEPAD.EXE
KillProc::KillProc "mspaint" #MSPAINT.EXE

-Stu