We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

KIll process

Control fans on Apple hardware: iMacs, Macbooks, etc

Moderator: Steven

Post Reply
conceptsottawa
Posts: 8
Joined: 07 Jan 2016, 21:17

KIll process

Post by conceptsottawa »

I had a problem before that could not uninstall and re-install the fan control. But I cannot find that message again.

I think there was a few lines I typed in terminal.

Any idea what that might have been?
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: KIll process

Post by Steven »

conceptsottawa

Code: Select all

#!/bin/bash

killall MacsFanControl
rm ~/Library/Preferences/com.crystalidea.macsfancontrol.plist
killall -u `id -u -n` cfprefsd
Post Reply