First of all you need the lp.cab file for you language of choice, can be found in the language pack ISO file on MSDN and possible also in other places on the net.
Once you have the language file follow these few steps and you can have you Windows version in the language of your choice.
* Start a command windows with administror rights
* Type: DISM /Online /Add-Package /PackagePath:
* Type bcdedit /set {current} locale
* Type bcdboot %WinDir% /l
* Start a register editor with administator rights
* Locate HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/MUI/UILanguages
* Delete en-us
* Restart computer and you have your own selected language
Example to add swedish to Windows 7
DISM /Online /Add-Package /PackagePath C:\lp.cab
bcdedit /set {current} locale sv-se
bcdboot %WinDir% /l sv-se
No comments:
Post a Comment