Thursday, February 13, 2025

How to get rid of multiple keyboard layouts in Windows 11 using Remediations in Intune, or PowerShell

 The Experience Blog


Get-WinUserLanguageList


Set-WinUserLanguageList sv-SE -Force


Set-WinUILanguageOverride -Language en-US

No comments:

Post a Comment

PowerShell: filter output with value

 #require PowerShell core  Install-PSResource FineFormat Install-Module -Name FineFormat -scope CurrentUser #The output show a lot of empty ...