Created
January 12, 2021 12:16
-
-
Save ConorShore/a54ba0afc66d493c6015d9d37954bbaf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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