how to enable MUI LANGUAGE PACK in Windows 7 Professional
#2 Guest_Urka_*
Posted 18 August 2009 - 07:54 PM
MUI można również zainstalować w wersji Professional znajdującej się w MSDNAA, wystarczy:
W trybie administratora w CMD wpisać:
DISM /Online /Add-Package /PackagePath:(ścieżka do lp)
Następnie kolejną komendę:
bcdedit /set {current} locale pl-PL
oraz:
bcdboot %WinDir% /l pl-PL
potem w regedit:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
usunąć en-US
Restart systemu i mamy polską wersję RTM Pro.http://forum.techit....84&p=2176#p2176
#4 Guest_fedo_*
Posted 21 August 2009 - 09:07 AM
Quote
Run CMD as administrator and type:
DISM /Online /Add-Package /PackagePath:(path to lp)
then:
bcdedit /set {current} locale (your locale)
and:
bcdboot %WinDir% /l (your locale)
Then in registry:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
remove key en-US
Reboot and it's done
#5 Guest_adrian_*
Posted 21 August 2009 - 12:04 PM
just follow this steps:
from admin account type in CMD:
DISM /Online /Add-Package /PackagePath:[b][i]patch_of_lp.cab[/i][/b]
next:
bcdedit /set {current} locale [b][i]es-ES[/i][/b]and:
bcdboot %WinDir% /l [b][i]es-ES[/i][/b]
next, using regedit delete en-US from:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
Reebot Your system and enjoy spanish version RTM Pro.
sorry for my english
#6 Guest_guest_MiK_*
Posted 21 August 2009 - 02:19 PM
peppeweb, on 20 August 2009 - 03:22 PM, said:
It's easy...
click start and type CMD, select icon, right click, run as administrator
in prompt type this command
1) DISM /Online /Add-Package /PackagePath:(path where ther's your language pack)
example -> DISM /Online /Add-Package /PackagePath:C:\languagepack\pl-pl
2) bcdedit /set {current} locale pl-pl
3) exit
now click start and type regedit
open HKEY_LOCAL_MACHINESYSTEM CurrentControlSet Control MUI UILanguages
and remove the folder en-us
now reboot and enjoy windows 7 professional in your language
#7 Guest_hbinet_*
Posted 21 August 2009 - 08:33 PM
peppeweb, on 20 August 2009 - 03:22 PM, said:
Hello,
Ther is the Windows 7 Profesional version avaible on MSDNAA program.
If you have a profesional version to enable MUI pack follow these steps:
On admin privilages type i command (CMD) console
DISM /Online /Add-Package /PackagePath:(here type a patch to Language pack)
next type:
bcdedit /set {current} locale pl-PL << or another locale
then:
bcdboot %WinDir% /l pl-PL << in pl-PL type your locale
Next in regisrty editor: (regedit i run windows)
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
delete the "en-US"
Then restart your system, and you will see your selected language.
Sorry for gramar mistakes. Maybe it's time to start learn some Polish language?
#8 Guest_momus_*
Posted 22 August 2009 - 02:19 AM
With admin privileges in CMD type:
DISM /Online /Add-Package /PackagePath:(path to language pack)
then type:
bcdedit /set {current} locale pl-PL
and:
bcdboot %WinDir% /l pl-PL
after that in regedit:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
delete: en-US
After reboot we have RTM PL
P.S. in other page I found info about tool called DISM(this i simpler):
http://technet.micro...28WS.10%29.aspx
remember about UAC
#9 Guest_Mr. Translator_*
Posted 22 August 2009 - 12:41 PM
Run CMD as administrator and type:
DISM /Online /Add-Package /PackagePath: (example: c:\langpack\sv-se) This can take quite a while
Then type
bcdedit /set {current} locale sv-se (or whatever language)
then
bcdboot %WinDir% /l sv-se
Then in regedit
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
delete en-us
Restart and we have win 7 pro rtm in polish (swedish in this example)
#10 Guest_fl4izdn4g_*
Posted 22 August 2009 - 03:53 PM
1. Run CMD in Administrator Mode and type:
DISM /Online /Add-Package /PackagePath:(path to lp.cab)
2.Next command:
bcdedit /set {current} locale pl-PL (change pl-PL to your version)
3.Next:
bcdboot %WinDir% /l pl-PL (change pl-PL to your version)
4.In regedit find key en-US and delete it:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
5. Restart system
#15 Guest_Kasper_*
Posted 06 November 2009 - 01:10 PM
Mr. Translator, on 22 August 2009 - 12:41 PM, said:
Run CMD as administrator and type:
DISM /Online /Add-Package /PackagePath: (example: c:\langpack\sv-se) This can take quite a while
Then type
bcdedit /set {current} locale sv-se (or whatever language)
then
bcdboot %WinDir% /l sv-se
Then in regedit
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUIUILanguages
delete en-us
Restart and we have win 7 pro rtm in polish (swedish in this example)
Thanks worked like a charm

Sign In »
Register Now!
Help
Add Reply


MultiQuote