Install Teams for more than one Windows account

ALAN CARVALHO 21 Reputation points
2022-11-20T01:21:22.217+00:00

Hi friends,

I have a PC with Windows 10 and three local user accounts: one administrator and two standard users.

I notice when I installed Teams using the admin account, the installed software was not available to the other accounts on the same computer. The shortcut to start Teams even wasn't placed on Start Menu and the Teams' files were placed on a user folder instead a folder inside Program Files.

Is it possible to install Teams only one time using the admin account and the other users can use the software automatically, like other softwares when I install them?

Thanks in advance.

Regards,
Alan Carvalho

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,399 questions
0 comments No comments
{count} votes

Accepted answer
  1. SokiGuo-MSFT 24,936 Reputation points Microsoft Vendor
    2022-11-25T08:35:12.343+00:00

    Hi
    Microsoft provides 32-bit, 64-bit, and ARM64 MSI files that you can use to bulk deploy Microsoft Teams to select users and computers. MSI files can be used with Microsoft Endpoint Configuration Manager, Group Policy, or third-party distribution software, to deploy Teams to your organization. This is a pre-installation of Team on your computer using a Team Wide Installer, but that version loads Team in the user profile for installation. It is not a local computer installation.

    For more information on the Wide Installer; https://learn.microsoft.com/en-us/microsoftteams/msi-deployment


1 additional answer

Sort by: Most helpful
  1. Dillon Silzer 54,931 Reputation points
    2022-11-20T04:06:30.167+00:00

    Hi @ALAN CARVALHO

    You can try the following:

    1) Download Teams 64 bit (MSI installer):

    https://aka.ms/teams64bitmsi

    2) Open Command Prompt as Administrator:

    Type msiexec /i "C:\path\to\Teams_windows_x64.msi" ALLUSERS=1 > Press Enter


    If this is helpful please accept answer.