cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
659 stars 60 forks source link

MS Teams Removal Sometimes Doesn't Work #50

Closed hellocharli closed 2 months ago

hellocharli commented 2 months ago

MS appears to sometimes install Teams under the package name "MicrosoftTeams" instead of "MSTeams", causing the removal script to not remove it. Adding "MicrosoftTeams" to the package list manually appears to properly remove it.

Using the latest Win11 23H2 Public Release Build 22631.4169 from UUP Dump.

cschneegans commented 2 months ago

I have not seen the MicrosoftTeams package name before, and I don't perform any tests with custom-built images. However, adding an additional package name is simple and does not do any harm. Fixed with https://github.com/cschneegans/unattend-generator/commit/7b0dea1b4afc902ad18f7b9c12fa7fb303937f6b. Thanks for the suggestion.