Tuesday, July 14, 2009

Visual C++ Programming?

I need to create a .exe file that will end all processes when run, supposed to work on all windows versions. My friends said use Visual C++ programming? How to do? If you can helpme create please send to J_C_Senior@hotmail.com . Thanks.

Visual C++ Programming?
What did your teacher say to use? That's an odd assignment.
Reply:you can't kill all processes unless you're a Ring 0 application, which means that you have to write your own windows driver.





as an application, if you have administrator rights, you can kill most applications, not all.





if you don't have administrator rights, you can only kill those processes which belong to your user.





i'd suggest you search codeguru.com for code, they have a lot about windows programming.


No comments:

Post a Comment