Re: Error in the microsoft-teams-uwp package
Published: June 11, 2024 - 10:49
I finally managed to unlock it on the latest PCs; here are the steps I followed:
- Run sfc /scannow
- Run cleanmgr /dc /verylowdisk /autoclean
- Import this registry file:
- Launch "teamsbootstrapper.exe -p" to reinstall Teams.
Then the package finally managed to install.
- Run sfc /scannow
- Run cleanmgr /dc /verylowdisk /autoclean
- Import this registry file:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Appx]
"AllowDevelopmentWithoutDevLicense"=dword:00000001
"AllowAllTrustedApps"=dword:00000001
Then the package finally managed to install.