Fcremove.exe | Forticlient
Scenario: A Windows 10 machine with FortiClient 7.0.3 that fails to uninstall via Control Panel (Error 1721).
Step 1 – Boot into Safe Mode
Step 2 – Copy fcremove.exe Locally
Place the correct version of fcremove.exe into C:\temp\.
Step 3 – Open Command Prompt as Admin
Click Start, type cmd, right-click → Run as Administrator.
Step 4 – Navigate to the Tool
cd /d C:\temp
Step 5 – Run Forced Removal with Logging forticlient fcremove.exe
fcremove.exe /force /reboot /log removal.log
Step 6 – Observe Output You should see lines like:
Stopping FortiClient services...
Removing FortiClient registry root...
Unregistering FortiClient WFP drivers...
Deleting program files...
Removal completed. Rebooting in 5 seconds...
Step 7 – After Reboot, Verify Cleanup Check these locations:
If any remain, you can run fcremove.exe again in normal mode.
The utility may support command-line parameters for automation and scripting purposes. However, specific parameters might vary, and not all versions of fcremove.exe may support the same options. Common parameters include:
Example:
fcremove.exe /quiet
For IT administrators managing many endpoints, you can deploy fcremove.exe via SCCM, PDQ, or Group Policy.
fcremove.exe is a command-line tool. Its behavior changes based on switches.
Run as Administrator (Command Prompt or PowerShell)
cd "C:\Program Files\Fortinet\FortiClient"
FCRemove.exe
(If the file isn’t there, copy it from the extracted installer folder)
Follow the prompts
Reboot when it finishes.
(Optional) Clean leftover folders:
rmdir /s /q "C:\Program Files\Fortinet"
rmdir /s /q "%ProgramData%\Fortinet"
You typically won't find this tool as a standalone download on its own. It is usually located in one of two places:
The primary purpose of fcremove.exe is to ensure that FortiClient can be thoroughly removed from a computer. This is particularly useful when the standard uninstallation process fails or when you need to remove older versions of FortiClient before installing a new one.
