Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update teams-classic-client-uninstall.md #10838

Open
wants to merge 2 commits into
base: public
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Teams/teams-classic-client-uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ You can learn more at [Uninstall an app with Intune for Windows](/mem/intune/app

### Removing Classic Teams on macOS

To remove the Classic Teams client from a macOS device, execute the following commands in the terminal:
To remove the classic Teams client from a macOS device, execute the following commands in the terminal:

```
# Remove Classic Teams
# Remove classic Teams
sudo rm -rf /Applications/Microsoft\ Teams\ classic.app
# Remove Classic Teams cache
# Remove classic Teams cache
rm -rf ~/Library/Application\ Support/Microsoft/Teams
```

Make sure you have the necessary permissions to execute these commands. This process will completely remove the Classic Teams client and its associated file.
Make sure you have the necessary permissions to execute these commands. This process will completely remove the classic Teams client and its associated file.

## FAQs

Expand Down