PSEXEC error establishing communication with psexec service

3

I'm trying to run a program in system mode, but this error appears

error establishing communication with psexec service computername

psexec \\kerjaTA -s "C:\Program Files\GOM\GOM.exe"

jap

Posted 2014-04-02T04:16:28.407

Reputation: 31

Answers

0

psexec connects to Windows service called "Server" that handles files/printers sharing.

Make sure that the hostname kerjaTA is accessible and you can connect using windows network client:

ping kerjaTA
net use \\kerjaTA

If this fails, try using ip address and make sure "Server" service is started on kerjaTA.

Alec Istomin

Posted 2014-04-02T04:16:28.407

Reputation: 499

how i know "server" service is ON, in services or somewhere else? which one – jap – 2014-04-02T23:08:42.283

Yes, in services. It's called "Server" (Name field in Services manager) – Alec Istomin – 2014-04-02T23:11:23.020

Server (already on), but error psexec -s \192.168.0.2 "path program" my ip in ipconfig is 192.168.0.2 – jap – 2014-04-02T23:32:23.573