Skip to content

Instantly share code, notes, and snippets.

@phumpal
Created January 16, 2025 21:00
Show Gist options
  • Save phumpal/188639f3921804b413d6f2272a8fb61f to your computer and use it in GitHub Desktop.
Save phumpal/188639f3921804b413d6f2272a8fb61f to your computer and use it in GitHub Desktop.
Uninstall Microsoft Teams Audio Driver from macOS

Option 1

  1. Cmd + Shift + U
  2. Select "Audio MIDI Setup"
  3. Select "Microsoft Teams Audio Device"
  4. Select "-"

Option 2

  1. Open a terminal
  2. sudo rm -f /Library/Audio/Plug-Ins/HAL/MSTeamsAudioDevice.driver/Contents/MacOS/MSTeamsAudioDevice
  3. Open Activity Monitor
  4. Find the MS Teams Core Audio Driver and select it
  5. Click Quit or Force Quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment