Always integrate your languages into a clean ISO image (1), then apply Windows updates (2), and GamerOS preset last (3). This order is very important for it to work.I used the preset with minimal modifications, but I don't have any language (keyboard) bar at taskbar, as it was originally.
Installed a second typing language, but it doesn't work at all (Shift+Alt). Does anyone know how to recover it and where to change it in NTLite for future installations?
Run this PowerShell command from Post-Setup (User):
Code:
powershell -nop -ep bypass "$List = Get-WinUserLanguageList; $List.Add("fr-FR"); $List.Add("de-DE"); Set-WinUserLanguageList -LanguageList $List -Force"
