M
Maksvell134
Hello!
Can anyone tell me how can I create GPO to automatically deploy keyboard layout?
This option Keyboard GPO work but buggy, ADM templay add layout be him self.
Example:
I have only 2-3 language in this GPO language
CLASS USER
CATEGORY "Keyboard Layout"
POLICY "Keyboard Layout switching"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Run"
VALUENAME "internat.exe"
VALUEON "internat.exe"
VALUEOFF DELETE
END POLICY
POLICY "Keyboard layout"
KEYNAME "Keyboard Layout\Preload"
PART "Enable Latvian" CHECKBOX
DEFCHECKED
VALUENAME "3"
VALUEON "00010426"
VALUEOFF DELETE
END PART
PART "Enable Russian" CHECKBOX
DEFCHECKED
VALUENAME "2"
VALUEON "00000419"
VALUEOFF DELETE
END PART
PART "Enable English" CHECKBOX
DEFCHECKED
VALUENAME "1"
VALUEON "00000409"
VALUEOFF DELETE
END PART
END POLICY
END CATEGORY
Problem is that when I use this policy, up to the time I'm getting on PC weird layouts.
I can notice this when I trying to switch layouts they don't changes if I take a look at the keyboard layout list I see that I have 2 languages.
After I add a new language that does not matter with one, I'm getting weird ~2 keyboard layout extra. And have no idea from where do they come out...
Does anyone know the working method to deploy keyboards to end-users?
Continue reading...
Can anyone tell me how can I create GPO to automatically deploy keyboard layout?
This option Keyboard GPO work but buggy, ADM templay add layout be him self.
Example:
I have only 2-3 language in this GPO language
CLASS USER
CATEGORY "Keyboard Layout"
POLICY "Keyboard Layout switching"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Run"
VALUENAME "internat.exe"
VALUEON "internat.exe"
VALUEOFF DELETE
END POLICY
POLICY "Keyboard layout"
KEYNAME "Keyboard Layout\Preload"
PART "Enable Latvian" CHECKBOX
DEFCHECKED
VALUENAME "3"
VALUEON "00010426"
VALUEOFF DELETE
END PART
PART "Enable Russian" CHECKBOX
DEFCHECKED
VALUENAME "2"
VALUEON "00000419"
VALUEOFF DELETE
END PART
PART "Enable English" CHECKBOX
DEFCHECKED
VALUENAME "1"
VALUEON "00000409"
VALUEOFF DELETE
END PART
END POLICY
END CATEGORY
Problem is that when I use this policy, up to the time I'm getting on PC weird layouts.
I can notice this when I trying to switch layouts they don't changes if I take a look at the keyboard layout list I see that I have 2 languages.
After I add a new language that does not matter with one, I'm getting weird ~2 keyboard layout extra. And have no idea from where do they come out...
Does anyone know the working method to deploy keyboards to end-users?
Continue reading...