This is quick one, where I wanted to add additional keyboard layout to some users using GPO preferences. Using GPO preferences I have added following registry key to targeted domain users:
HKEY_CURRENT_USER\Keyboard Layout\Preload\
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts.
HKEY_CURRENT_USER\Keyboard Layout\Preload\
- Value Name:2
- Value type:REG_SZ
- Value data:0000042f
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts.
Thankyou. Very useful.
ReplyDeleteexcellent
ReplyDeletecan you apply this gpo to machines instead of users??
thanks
Hi Jerry,
DeleteHave you tried with HKEY_USERS\.DEFAULT\Keyboard Layout\Preload ?
BR