Created
June 6, 2017 11:43
-
-
Save dotpot/4506bc1b2499b01ac663a366d2e3b496 to your computer and use it in GitHub Desktop.
Uninstall BoomDevice (Mac) apple script.
This file contains hidden or 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
on run | |
do shell script "sudo kextunload -b com.globaldelight.driver.BoomDevice" with administrator privileges | |
do shell script "sudo rm -rf /System/Library/Extensions/BoomDevice.kext" with administrator privileges | |
do shell script "sudo rm -rf /Library/Extensions/BoomDevice.kext" with administrator privileges | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment