From a6f7ef7217a82a489ade7e29d72c1e6a3f9e599d Mon Sep 17 00:00:00 2001 From: Drew Mares Date: Sat, 22 Oct 2022 10:26:40 -0500 Subject: [PATCH] Update README with Uninstall Instructions (#1190) * Update README with Uninstall Instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4e6adae..fe53187 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,13 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me! 3. Start FanControl.exe 4. (Optional) -c or --config [json config file] command line arg +### Uninstall Instructions +Since __Fan Control__ is a standalone app you can not use Windows to uninstall it. That being said the uninstall process is quite simple. Navigate to where you originally extracted the files for the program and delete them. + +If you have __Fan Control__ set to automatically start when Windows starts up you also need to delete the startup task in task scheduler. +1) In the search bar type __Task Scheduler__ and open the app. From there you should see an image similar to the one below. +2) Find the __Fan Control__ task in the list, right click on it, and select _delete_. + ## Plugins The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)