Remotely Restart the FileWave Windows Client Service with PsExec
Use Microsoft PsExec to restart the FileWaveWinClient service on a remote Windows device when the Client is not responding through normal FileWave commands.
Before you start
- Download PsExec from Microsoft Sysinternals.
- Use an account with local administrator rights on the target device.
- Confirm that your Windows firewall, admin shares, and organization security controls permit approved remote administration.
- Do not put an administrator password in the command line. If alternate credentials are required, omit PsExec’s
-pvalue and enter the password at its hidden prompt.
Open a remote shell
From an elevated Command Prompt in the PsTools folder, replace computername with the target Windows device:
psexec64 \\computername -h cmd
If your download contains PsExec.exe instead of PsExec64.exe, use that executable name. Type exit when you are finished with the remote shell.
Restart the FileWave Client service
Run these commands inside the remote shell:
sc.exe query FileWaveWinClient
sc.exe stop FileWaveWinClient
sc.exe start FileWaveWinClient
sc.exe query FileWaveWinClient
The final query should report a RUNNING state. Then confirm that the device checks in to FileWave again.
If the service does not restart
- If PsExec returns Access is denied, verify the account’s rights and the remote-administration prerequisites before retrying.
- If security software blocks PsExec, use your organization’s approved remote-management tool instead of weakening endpoint protection.
- Review
C:\ProgramData\FileWave\fwclient\fwcld.logfor the service error. - Use
sc.exe qc FileWaveWinClientto inspect the configured service start type and binary path. Do not change them unless troubleshooting has identified a specific configuration problem.