Rahul
Rahul

Reputation: 233

Run programs on other computer in asp.net

I am using asp.net and c#.

I know it sounds weird and unusual but I have got a requirement like this: I want to know how I can run an exe or take some control of a user's computer. Please note that when I say user computer I mean only 2-3 computers on which I have admin privileges.

So, the complete requirement is that I have to control other computers for which I have admin user and password in asp.net.

Please tell me if it's possible to do this and if yes how.

Thanks in advance.

Upvotes: 1

Views: 309

Answers (1)

David Espart
David Espart

Reputation: 11790

One option would be to use Pstools.

Upvotes: 1

Related Questions