Kfir Bloch
Kfir Bloch

Reputation: 68

Control remotely on windows processes - kill and execute

I have a program which needs to open and close processes on remote machines - windows machines - all kind (7, 2000, xp) How this can be done?

Upvotes: 0

Views: 181

Answers (1)

SLaks
SLaks

Reputation: 888233

You're looking for the taskkill command with the /s argument.

Upvotes: 1

Related Questions