How install Windows 7 languages MUIs

This is taken from: http://mark.ossdl.de/2009/08/change-mui-language-pack-in-windows-7-home-and-professional/ and merely rewritten for reference.

You will have to get the appropriate “lp.cab”, i.e. from the Language Pack DVD. Then, type this in a command prompt as Administrator (change path and language code appropriately):

dism /online /add-package /packagepath:<pathto/lp.cab>
bcdedit /set {current} locale en-US
bcdboot %WinDir% /l en-US

After that, remove the registry folder HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MUI\UILanguages\fr-FR.
Reboot.
If you get this error:

An error occured trying to open <pathto/lp.cab> Error:0×80070003
The System cannot find the path specified

copy the lp.cab to C:\ (the root directory) and run dism from there. Remember that the command line shell must be run as Administrator.

Laisser un commentaire

Votre adresse de messagerie ne sera pas publiée. Les champs obligatoires sont indiqués avec *

*

Vous pouvez utiliser ces balises et attributs HTML : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).
Go to Top