Is there an open psexec alias written in Delphi?

I would like to add the psexec type for the application, but I would like to have it in my native Delphi. Ultimately, my goal is to remotely execute the process as SYSTEM, which will require installing the service on a remote computer.

I am familiar with the XCmd project , which is written in Visual C ++. If a Delphi clone of this program / functionality already exists, that would be great. If not, I will work on converting the logic of the XCmd project to Delphi.

Does anyone know of a psexec or xcmd clone for Delphi?

+5
source share
1 answer

RunAsSys ( , ), - , my RunInSession

+3

All Articles