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. Common cases include a stopped or stuck service, a manual restart required during troubleshooting, or a configuration change that specifically requires the service to restart. Use normal FileWave commands first; do not treat a service restart as a routine fix for an unidentified problem.

Before you start

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

First query the service, request the stop, and query it again:

sc.exe query FileWaveWinClient
sc.exe stop FileWaveWinClient
sc.exe query FileWaveWinClient

Continue only when STATE reports STOPPED. If the service reports STOP_PENDING, wait and run the query again. Do not force-kill the service from this procedure.

After the service is stopped, start it and confirm its state:

sc.exe start FileWaveWinClient
sc.exe query FileWaveWinClient

The final query should report a RUNNING state. Exit the remote shell, confirm that the device checks in to FileWave again, and review the Client log if it does not.

If the service does not restart


Revision #4
Created 2023-06-13 02:51:31 UTC by Josh Levitsky
Updated 2026-07-21 14:13:35 UTC by Josh Levitsky