tis-microsoft-teams

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

October 14, 2023 - 09:54

Hello, I'm using the tis-microsoft-teams package but I can't find a way to make the "Open in background" option checked by default. This is very inconvenient for teachers who project their screens, as their conversations are displayed in front of the students! The desktop-config.json files on my machines contain "openAsHidden:false" despite the line "json_config_content["appPreferenceSettings"]["openAsHidden"] = True" in session-setup.
User avatar
jpele
Messages: 156
Registration: March 4, 2019 - 12:01
Location: Nantes

October 16, 2023 - 11:38

Hello,
You should try with the package https://wapt.tranquil.it/store/fr/tis-m ... ms-appdata

Regards,
Jimmy
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

October 17, 2023 - 09:42

Good morning,
I started testing tis-microsoft-teams-appdata, but for now it's worse because Teams doesn't launch automatically and there's no desktop shortcut. I created a "config-microsoft-teams-appdata" package in which I'm trying to recreate a shortcut in session-setup, but it's not working

Code: Select all

create_user_desktop_shortcut(app_name, target=makepath(default_user_local_appdata(),"Microsoft","Teams","Update.exe"), arguments=' --processStart "Teams.exe"')
I can't debug this create_user_desktop_shortcut command... WAPT always says "Incorrect parameter".

And then we'll have to figure out how to reactivate the automatic startup of teams-appdata...
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

October 17, 2023 - 11:49

And otherwise, I still don't see how to manage the background startup option with the tis-microsoft-teams-appdata package?
User avatar
jpele
Messages: 156
Registration: March 4, 2019 - 12:01
Location: Nantes

October 18, 2023 - 5:03 PM

Hello,

if you would like specific assistance with a package upgrade, you can contact WAPT sales support. You can call Tranquil IT at 02.40.97.57.55.

Sincerely,
Jimmy
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

October 25, 2023 - 10:17

I was hoping another admin might have had the same problem and could help me. We'll manage until we find a solution.
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

November 8, 2023 - 4:32 PM

Good morning,

I found a way to get Teams to open in the background on startup, but it's not working well enough yet. As shown here: https://learn.microsoft.com/en-us/answe...ckground-aI add the registry key using the following command in session-setup:

Code: Select all

registry_setstring(HKEY_CURRENT_USER, r'SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run', r'com.squirrel.Teams.Teams', '030000004655C8020E54D801')
Unfortunately, on a user's first login, the key isn't created yet. On the second login, the key is there, but Teams still launches in the foreground. And it's only on the user's third login that Teams finally starts in the background!
User avatar
jpele
Messages: 156
Registration: March 4, 2019 - 12:01
Location: Nantes

November 14, 2023 - 11:36

Hello,
New suggestion: you can test the UWP version of the application.
Package available here: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt

Regards,
Jimmy
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

November 17, 2023 - 11:10

Hi Jimmy,
Sorry, but it doesn't work any better with this version. The "Open the application in the background" box is checked, but Teams opens in full screen on the first and second user logins.
User avatar
vcardon
WAPT Expert
Messages: 278
Registration: Oct 06, 2017 - 10:55 p.m.
Location: Nantes, France

November 17, 2023 - 9:04 PM

Hello, unfortunately, we won't be able to do more, we will be happy to integrate the appropriate configuration when you have found a satisfactory solution to your use case.
Vincent CARDON
Tranquil IT
Answer