Skip to content

Troubleshooting

joreg edited this page Oct 11, 2023 · 4 revisions

Remoter is essentially a fancy UI over PAExec. Getting PAExec to work can be tricky. The following seem to be the most important settings to check on the target PC:

  • Enable access to the Admin shares. Via regedit, set:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system\LocalAccountTokenFilterPolicy to 1 (DWORD32). Requires a restart to take effect!

  • Turn on File and Printer Sharing
  • Check if Remote Procedure Call (RPC) is running (Services App).
  • If executing commands remotely works, but is very slow (it should be instant!), try with all firewalls disabled
Clone this wiki locally