tis-microsoft-teams
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
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
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.
Hello,
You should try with the package https://wapt.tranquil.it/store/fr/tis-m ... ms-appdata
Regards,
Jimmy
You should try with the package https://wapt.tranquil.it/store/fr/tis-m ... ms-appdata
Regards,
Jimmy
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
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...
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"')And then we'll have to figure out how to reactivate the automatic startup of teams-appdata...
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:
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!
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')
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
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
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
Tranquil IT
