tis-microsoft-teams-uwp package, uninstalling Teams Classic
Published: March 12, 2024 - 10:24 PM
Good morning
I would like to disable the automatic startup of Teams (Work) by default
Since the appx installation format is different from "normal" packages, could you help me?
I was also thinking of uninstalling Teams Classic, do you think that's a good idea?
Would adding these lines be suitable?
Thank you in advance for your help
I would like to disable the automatic startup of Teams (Work) by default
Since the appx installation format is different from "normal" packages, could you help me?
I was also thinking of uninstalling Teams Classic, do you think that's a good idea?
Would adding these lines be suitable?
Code: Select all
for soft in installed_softwares('Teams'):
if Version(soft['version']) < Version('24033.1005.2701.7380'):
run(uninstall_cmd(soft['key']))