Remote System Process Controller
I have created small app to stop/kill processes on remote machine or same machine. Its similar to task manager. Using this app you can kill already running process on remote machine and also start new process on the remote machine. Here is the first look of the application.
Here in the above machine enter the machine name on which you want the process management. If the user is domain user then enter domain name and then user name i.e. domain\username and if its computer user then enter machine name\username and if user dont have any password then leave it blank and choose the user type. If it is not a domain user then select machine user else domain user and click on Get Process List button. It will list all the process currently running on the entered machine. Now when all the processes are listed then click on the process you want to kill and right click on the selected row, following option will appear:
Alternatively you can select a row and press CTRL+K to kill the selected process. The selected process will be killed and list will be refreshed as shown in the below picture :
Now if you want to start new process then either press CTRL+N or click on File then select Start New Process as shown in the following picture . After selecting the option you will have new window to enter process name .
Now when you will click on the start process button, it will open Paint application on the selected machine.
You can download this application from the below link. It is under development and you might face some issue. Your suggestion will help to improve the application.
Great post and thank you for creating such a nice application..
ReplyDeleteHi, a nice little project. Is there any chance you can share the source code? I'd like to add 3 things:
ReplyDelete1) A column for username
2) The ability to resize the main window
3) Use current logged on credentials for the remote connection
Cheers,
Jeremy