Hi,
I want to simply close a .exe program from a remote computer. The computer has user/password authentication and its windows.
Is there any way for this?
Regards.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 8, 2011, 12:01 PM
yokzuPosted Sep 9, 2011, 2:26 AM
Sam HobbsPosted Sep 9, 2011, 1:44 AM
The typical way to close an application is to send it's window a WM_CLOSE message. That will usually work but not always. It is the Microsoft recommended way. I do not know of any existing software that will do it but I am sure there is some. It would be easy to write an application. Then all you would need to do is to use WMI to execute the application remotely. If relevant, you could instead schedule the application to execute at a certain time.