Here is my script:
Windows Registry Editor Version 5.00 ;============ Deleting any keyboard configuration already installed =========== [-HKEY_USERS\.DEFAULT\Keyboard Layout] [-HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] [-HKEY_USERS\.DEFAULT\Keyboard Layout\Substitutes] [-HKEY_USERS\.DEFAULT\Keyboard Layout\Toggle] [-HKEY_CURRENT_USER\Keyboard Layout] [-HKEY_CURRENT_USER\Keyboard Layout\Preload] [-HKEY_CURRENT_USER\Keyboard Layout\Substitutes] [-HKEY_CURRENT_USER\Keyboard Layout\Toggle] ;============ setting default user Canadian French Keyboard =================== [HKEY_USERS\.DEFAULT\Keyboard Layout] [HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] "1"="00010c0c" [HKEY_USERS\.DEFAULT\Keyboard Layout\Substitutes] "00010c0c"="00001009" [HKEY_USERS\.DEFAULT\Keyboard Layout\Toggle] "Hotkey"="3" "Language Hotkey"="3" "Layout Hotkey"="3" ;============= setting current user Candian French Keyboard ================ [HKEY_CURRENT_USER\Keyboard Layout] [HKEY_CURRENT_USER\Keyboard Layout\Preload] "1"="00010c0c" [HKEY_CURRENT_USER\Keyboard Layout\Substitutes] "00010c0c"="00001009" [HKEY_CURRENT_USER\Keyboard Layout\Toggle] "Hotkey"="3" "Language Hotkey"="3" "Layout Hotkey"="3"
As you can see, I change the .default user but it doesn't work, all other user are still with the default setup keyboard (which can't be set to canadian french, it's always canadian french legacy).
So what I'm looking for its a way to get the kb.reg file running at first logon for every user that are created even if they are created 2 weeks after the installation. Somebody know how to do that?
Thanks



Help
Back to top










