Skip to content

Instantly share code, notes, and snippets.

@ConorShore
Created January 12, 2021 12:16
Show Gist options
  • Save ConorShore/a54ba0afc66d493c6015d9d37954bbaf to your computer and use it in GitHub Desktop.
Save ConorShore/a54ba0afc66d493c6015d9d37954bbaf to your computer and use it in GitHub Desktop.
Credit to ninjaroach on reddit for this one (https://www.reddit.com/r/fortinet/comments/cn84v0/cant_remove_forticlient_6/)
Run the below command in a elevated command prompt
Note that it will restart without warning during this process
It took a little while until it looked alive, so don't be put off if it looks like it is hanging, just leave it running
wmic product where "name like 'Forti%%'" call uninstall /nointeractive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment