Created
October 18, 2023 15:24
-
-
Save ChuckMichael/e39b23f636887174b939ef3aa61f179c to your computer and use it in GitHub Desktop.
config MS365
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Configuration> | |
<Add OfficeClientEdition="64" Channel="Current" AllowCdnFallback="true"> | |
<Product ID="O365HomePremRetail"> | |
<Language ID="pl-pl" /> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="OneDrive" /> | |
<ExcludeApp ID="OneNote" /> | |
<ExcludeApp ID="Outlook" /> | |
<ExcludeApp ID="Publisher" /> | |
</Product> | |
</Add> | |
<Display AcceptEULA="True" /> | |
<Extend CreateShortcuts="true" /> | |
</Configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment