1 頁 (共 1 頁)

手動安裝MicroSoft Teams

文章發表於 : 週二 4月 8日, 2025年 10:23 am
DarkSkyline
1.WebView2框架:必須安裝最新版本的WebView2框架,這是MicroSoft Teams新版本所需的核心組件。

Microsoft Edge WebView2 下載:
https://developer.microsoft.com/en-us/m ... H#download

2.啟用側載功能(Sideloading),這可以通過Windows 定或修改註冊表來完成。

Windows PowerShell(系統管理員) 輸入下面指令:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowAllTrustedApps" /d "1"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"

使用 DISM 命令安裝 MicroSoft Teams:
Windows PowerShell(系統管理員) 輸入下面指令:
Dism /Online /Add-ProvisionedAppxPackage /PackagePath:C:\teams\MSTeams-x64.msix /SkipLicense

MSTeams-x64.msix下載:
https://go.microsoft.com/fwlink/?linkid=2196106

MSTeams-x86.msix下載:
https://go.microsoft.com/fwlink/?linkid=2196060

MSTeams-x64.msix Server版下載:
https://statics.teams.cdn.office.net/pr ... s-x64.msix

MSTeams 線上安裝版下載:
https://statics.teams.cdn.office.net/pr ... sSetup.exe