vb-cable-uninstall-macos

Uninstall VB-Cable on macOS.

MIT License

Stars
5

VB-Cable uninstall (macOS)

Uninstall VB-Cable on macOS:

sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/remarkablemark/vb-cable-uninstall-macos/master/uninstall.sh)"

Paste the command above in a macOS Terminal.

The VB-Cable uninstall script is inspired by the forum post. Read my blog post.

Script

Delete the VBCable.driver directory from the /Library/Audio/Plug-Ins/HAL/ directory:

sudo rm -rf /Library/Audio/Plug-Ins/HAL/VBCable.driver/

Delete the VB-CABLE Control Panel.app file from the /Applications/VB-Audio/ directory:

rm '/Applications/VB-Audio/VB-CABLE Control Panel.app'

Since you're removing VB-Cable entirely, you can delete the whole /Applications/VB-Audio/ directory:

rm -rf /Applications/VB-Audio/

Delete the com.vbaudio.vbcable.plist file from the /Library/Preferences/ directory:

sudo rm -rf /Library/Preferences/com.vbaudio.vbcable.plist

Delete the com.vbaudio.vbcableagent.plist file from the /Library/LaunchDaemons/ directory:

sudo rm -rf /Library/LaunchDaemons/com.vbaudio.vbcableagent.plist

License

MIT