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
  • 31
  • 1
  • 2

1 Answers1

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.