/build/static/layout/Breadcrumb_cap_w.png

additional languages

Hi,

anyone an idea how to add additional languages to windows 10 as a post installation task in a scripted installation on K2000 ?

tx

2 Comments   [ + ] Show comments
  • Hi, thanks for the answer but I want to have the display language for the interface. - Dirk Verhoogen 6 years ago
  • If you are talking about he GUI language, it might not be easy... I would rather use a Source Media with the desired language.

    Check on Google if there is a way, with a BAT file or something.... and it should be possible via Windows post install task.

    FYI, I am not sure of those language packs can be obtained for free or without EULA issues. - Channeler 6 years ago

Answers (2)

Posted by: chucksteel 6 years ago
Red Belt
0
If you are referring to foreign language keyboards, yes, this is possible. You need to import the required registry keys into the default user profile hive. Here is the script that we use:
reg load HKU\Def c:\users\default\ntuser.dat
reg import "international keyboards.reg"
reg unload HKU\Def
I have a copy of the registry file on my GitHub page:

Place the script and the registry file in a zip, upload to the K2000 as an application and run the script as the parameter.
Posted by: torstenspitz 6 years ago
Yellow Belt
0

You can add language packs in a mid-level task with DISM

 (https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-language-packs-to-windows#add-setup)

Create a batch file with

mkdir C:\Scratch
start /wait X:\windows\system32\dism.exe /ScratchDir:C:\Scratch /Image:C:\ /Add-Package /Packagepath:.
rmdir C:\Scratch

and zip that together with all language packs (and Features on demand if needed) and attach it to a mid-level task where you call the script task.


Comments:
  • Can you please be more specific on the command? Am I supposed to ad something in the the "/scratchdir"? Am I only to include the path for the "Packagepath" - meritmedit 5 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ