How to push a program to run a remote computer

M

Mojoala

How do you get a program to run on a remote computer.
or let me rephraise

How do you push a program to run.

Example, SUS pushes remotes computers to update with critical updates.

TIA
 
S

Shrinidhi.Kulkarni

Hi Mojoala,

I am not clear on yor problem.

But for remote execution , you can add one
"disabled" task is remote computer, then using
ITaskScheduler you can enable from your comp.
with this that task will be running on remote m/c

Look for the ITaskScheduler/IScheduledWorkItem in MSDN,
this might help you,


Hth,
 
Z

zap

Sheduler service can be disabled in system.
There is a variant to create remotely service and to run application
through it.
 

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

Top