How to Use the PsTools in PsExec
- 1). Click on Start and type "cmd" in the search field. Press "ENTER" to open the command prompt application. Navigate to the directory into which you installed the PsExec tool by using the "cd" command.
- 2). Type the following command in the command prompt window:
psexec \\computername c:\example\exprog.exe - 3). Replace "computername" with the actual name of the computer on which you want to run the program.
- 4). Replace "c:\example\exprog.exe" with the file path and file name of the program you want to run.
- 5). Press the "ENTER" key to remotely run the application.
Source...