book
Article ID: CTX478185
calendar_today
Updated On:
Description
Admin would like to set a default keyboard input method editor for all users in pool VDIs at one time.
Instructions
- Access the following Windows Powershell SDK page:
- Leverage the SDK to create a Powershell script. (sample)
$WinUserLanguageList = Get-WinUserLanguageList
($WinUserLanguageList)[1].InputMethodTips.add("0804:{E7EA138E-69F8-11D7-A6EA-00065B844310}{E7EA138F-69F8-11D7-A6EA-00065B844311}")
Set-WinUserLanguageList -LanguageList $WinUserLanguageList -Force
- Put the Powershell script INto the GPO Logon scripts.
Environment
Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.