how to run and close a program with windows remotely.

  • Thread starter Thread starter jaekim
  • Start date Start date
J

jaekim

I tried "at" command to run some kind of perfomance graph program on
computers on my network, but it doesn't show any user interface of the
program at all.

I guess when programs are run remotely the user area is somehow
protected.

Is there anyway to run programs remotely including user interface?
 
jaekim said:
I tried "at" command to run some kind of perfomance graph program on
computers on my network, but it doesn't show any user interface of the
program at all.

I guess when programs are run remotely the user area is somehow
protected.

Is there anyway to run programs remotely including user interface?

Run psexec.exe (www.sysinternals.com) to get onto the remote
machine, then tlist.exe or pulist.exe to get the exact process name,
then kill.exe to kill the program. tlist, pulist & kill come with the
Win2000 Resource Kit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top