dmason2 Posted June 27, 2024 Posted June 27, 2024 Hi All Has anyone managed to remove teams classic without having to go round and uninstall manually if so how. If not, is there a way to stop it from running when logging in, we've deleted the com.squirrel.Teams registry but still manages to run at logon Thanks
Steve21 Posted June 27, 2024 Posted June 27, 2024 How did you deploy it originally and are you putting the new Teams client out or just want it fully removed? We pushed new Teams out recently, and had to script remove the "old" bulk installer as it doesn't automatically uninstall, but the new teams client removes the old teams install automatically after a few days Steve
dmason2 Posted June 27, 2024 Author Posted June 27, 2024 the teams classic was deployed with Office LTSC so installs the machine wide installer and the teams app - the new teams we just deploy the msix
Olliedawg Posted June 27, 2024 Posted June 27, 2024 This will remove the teams machine wide installer - MsiExec.exe -x {731F6BAA-A986-45A4-8936-7C3AAAAA760B} /quiet I have this built into my install script for the new teams, works well 1
Steve21 Posted June 27, 2024 Posted June 27, 2024 Same as above, but via SCCM supersede to force an uninstall before new one Steve
smarties11 Posted August 9, 2024 Posted August 9, 2024 This will remove the teams machine wide installer - I have this built into my install script for the new teams, works well We've had better results with MsiExec.exe /passive /X{731F6BAA-A986-45A4-8936-7C3AAAAA760B} /qn For us, without the /passive, the installer doesn't actually remove (it remains in add/remove programs and the key is still present at HKLM/Software/WOW64Node/Microsoft/Windows/CurrentVersion/Uninstall) The /qn makes it run silently and with no UI HTH 1
junz Posted August 9, 2024 Posted August 9, 2024 This will remove the teams machine wide installer - I have this built into my install script for the new teams, works well Would you mind sharing the install script please for new teams?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now