Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Installation

Babeuh edited this page Dec 4, 2021 · 1 revision

Installing BetterTeams

Prerequisites

  1. gitGit - Downloads

  2. node and npmNode.js

  3. yarn Not required, but recommendedYarn

  4. Microsoft Teams Download Microsoft Teams

Installation

  1. Open a command prompt / terminal.

  2. In this order, type each of these commands into that command prompt / terminal you just opened

    1. git clone https://github.com/babeuh/BetterTeams

    2. cd BetterTeams

    3. npm i (or yarn if you installed yarn)

    4. npm run inject (or yarn inject if you installed yarn)

  3. "Kill" Microsoft Teams (right-click in the System Tray => Quit)

  4. Start Microsoft Teams and BetterTeams should be injected.

Uninstallation

  1. Open a command prompt / terminal

  2. Navigate to your BetterTeams installation

  3. Type npm run uninject (or yarn uninject if you installed yarn)

  4. "Kill" Microsoft Teams (right-click in the System Tray => Quit)

  5. Start Microsoft Teams and BetterTeams should be gone.

Clone this wiki locally