Skip to content

Instantly share code, notes, and snippets.

@dotpot
Created June 6, 2017 11:43
Show Gist options
  • Save dotpot/4506bc1b2499b01ac663a366d2e3b496 to your computer and use it in GitHub Desktop.
Save dotpot/4506bc1b2499b01ac663a366d2e3b496 to your computer and use it in GitHub Desktop.
Uninstall BoomDevice (Mac) apple script.
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