-
Notifications
You must be signed in to change notification settings - Fork 9
Troubleshooting
joreg edited this page Oct 16, 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:
- Make sure the user logged-in on the target PC is "Administrator" and has a username/pwd which you're setting in the Remoter
- 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