Created
July 17, 2018 17:41
-
-
Save leonj1/6d59a24adaa66321157c0808211fd3d8 to your computer and use it in GitHub Desktop.
Fix kernel_task high CPU usage on OS X
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
# Boot to recovery mode and disable system integrity protection | |
csrutil disable | |
# Reboot to regular mode and purge these motherfuckin plists | |
sudo rm -f /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources/*.plist | |
# Reboot to recovery mode and enable system integrity protection | |
csrutil enable | |
# Reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment