I am looking for something like SysInternals pskill which is just great!

But that can be executed on Linux more exactly I want it to run on Maemo (Nokia N900 phone). Please do not offer me to run a Wine or any other windows emulation environment.

Of course I got the credentials for the Windows machine and windows machine is general Windows XP or Windows 7 not Windows Server.

link|improve this question
This does not sound like a programming-related question ? – Paul R Jan 27 '11 at 14:50
feedback

migrated from stackoverflow.com Jan 27 '11 at 15:01

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 0 down vote accepted

The PSKILL tool does what it does by:

  • Copy the file to the target machine
  • Using WMI to create a service on the target machine that launches the file copied
  • Starts the service on the remote machine
  • Removes the service on the target machine
  • Removes the file from the target machine

Samba, and by extension Linux, can do the first and last bullet-points. The others are currently not possible. Such a tool does not exist.

link|improve this answer
Thanks! This is clear and educational. But let me rephrase the question. Can it be any done at all in any way? I do not care how :-) – Boris Daich Jan 27 '11 at 16:11
1  
@BorisDaich The short-version: 1) install Cygwin to the target, 2) SSH in, 3) pskill it from there. Alternately, use rdesktop to connect to target, pskill it from there. – sysadmin1138 Jan 27 '11 at 16:13
feedback

Have a look at WinEXE. I'm not sure if it will compile correctly on an N900, but it will allow you to run command to run "process -k whatever" remotely.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.