psexec Couldn't access \\IP/computername The system cannot find the path specified
Solution 1:
PSExec uses TCP port 445 (SMB), so you will need to have that open on the destination PC.
Solution 2:
You need to have the remote machine running the service called 'Server'. Open Services and check if Server is disabled or not started.