- Adds function
Set-RegistryOwner
to enable changing owner on specified registry keys - Enables change owner on registry key
HKLM:Software\Microsoft\Windows\CurrentVersion\Communications
- Sets value
ConfigureChatAutoInstall
in keyHKLM:Software\Microsoft\Windows\CurrentVersion\Communications
to prevent the install of the consumer version of Microsoft Teams on Windows 11 - Adds support for Install-Language and Set-SystemPreferredUILanguage to install language packs and configure the default system language (requires minimum Windows 10 and 11 build). Use
Install-Defaults.ps1 -Language "en-GB"
to install language support for a specified language (SupportsSkip
to skip the install of language settings or the bcp47 tag of the language to install)