Having trouble uninstalling Forticlient because some genius decided it was a good idea to disable the uninstall functionality? Here’s how you can do it from the command line. Use caution when you do this, it will reboot your PC when finished.
Run the following command inside a command prompt that is being run as administrator:
wmic product where "name like 'Forti%%'" call uninstall /nointeractive