August 28, 200422 yr How to set the standard keyboard layout (e.g. U.S standard...), language (e.g. Nederlands(belgië)), and country (e.g. België) ?Thanks in advance
August 28, 200422 yr put this in your winnt.sif[RegionalSettings] LanguageGroup=1 SystemLocale=00000813 UserLocale=00000813 InputLocale=0409:00000409or if you incist going true a regfile...You can achieve all your settings through a registry file with the required settings, and importing it through the cmdlines.txt file (e.g. regedit /s locale.reg).To create the required reg values, from a running Windows session, adjust the location and user locale and keyboard layouts to your liking and turn off Advanced Text Services, then open the regedit.exe and export the following keys:+ [HKEY_CURRENT_USER\Control Panel\International] to say temp1.reg+ [HKEY_CURRENT_USER\Keyboard Layout] to say temp2.regthx 2 piro Edited August 28, 200422 yr by visaversa
Create an account or sign in to comment