Click here to Skip to main content
15,905,971 members
Home / Discussions / C#
   

C#

 
GeneralRe: Terminate Process / Application on remote machine Pin
Programm3r13-Jan-09 4:37
Programm3r13-Jan-09 4:37 
GeneralRe: Terminate Process / Application on remote machine Pin
EliottA13-Jan-09 4:39
EliottA13-Jan-09 4:39 
GeneralRe: Terminate Process / Application on remote machine Pin
Programm3r13-Jan-09 4:53
Programm3r13-Jan-09 4:53 
GeneralRe: Terminate Process / Application on remote machine Pin
leckey13-Jan-09 6:26
leckey13-Jan-09 6:26 
AnswerRe: Terminate Process / Application on remote machine Pin
dan!sh 13-Jan-09 5:16
professional dan!sh 13-Jan-09 5:16 
GeneralRe: Terminate Process / Application on remote machine Pin
EliottA13-Jan-09 6:06
EliottA13-Jan-09 6:06 
GeneralRe: Terminate Process / Application on remote machine Pin
dan!sh 13-Jan-09 6:10
professional dan!sh 13-Jan-09 6:10 
AnswerRe: Terminate Process / Application on remote machine Pin
Dave Kreskowiak13-Jan-09 7:51
mveDave Kreskowiak13-Jan-09 7:51 
That can only be done if you've got admin rights to the target machine. If not, there's nothing you can do.

Once you have the admin permissions, you can use either the Process class, or WMI and the System.Management namespace to do this. In the later case, you'd be using the WMI Win32_Process class.

Since this is a very sensitive subject, I leave the research up to you. You've been given more than everything you need to research this subject yourself.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Terminate Process / Application on remote machine Pin
Programm3r13-Jan-09 19:49
Programm3r13-Jan-09 19:49 
QuestionHow to read barcode? Pin
Sokka9313-Jan-09 3:52
Sokka9313-Jan-09 3:52 
AnswerRe: How to read barcode? Pin
User 665813-Jan-09 3:57
User 665813-Jan-09 3:57 
AnswerUse the search function of CP Pin
leckey13-Jan-09 6:27
leckey13-Jan-09 6:27 
QuestionPort Forwarding Pin
krinaljariwala13-Jan-09 3:37
krinaljariwala13-Jan-09 3:37 
AnswerRe: Port Forwarding Pin
Rutvik Dave13-Jan-09 4:43
professionalRutvik Dave13-Jan-09 4:43 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 5:14
krinaljariwala13-Jan-09 5:14 
GeneralRe: Port Forwarding Pin
Rutvik Dave13-Jan-09 5:33
professionalRutvik Dave13-Jan-09 5:33 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:02
krinaljariwala13-Jan-09 6:02 
GeneralRe: Port Forwarding Pin
EliottA13-Jan-09 6:04
EliottA13-Jan-09 6:04 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:07
krinaljariwala13-Jan-09 6:07 
GeneralRe: Port Forwarding Pin
EliottA13-Jan-09 6:13
EliottA13-Jan-09 6:13 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:16
krinaljariwala13-Jan-09 6:16 
GeneralRe: Port Forwarding Pin
EliottA13-Jan-09 6:17
EliottA13-Jan-09 6:17 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:28
krinaljariwala13-Jan-09 6:28 
GeneralRe: Port Forwarding Pin
Rutvik Dave13-Jan-09 6:53
professionalRutvik Dave13-Jan-09 6:53 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 7:14
krinaljariwala13-Jan-09 7:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.