강좌 / 팁

기 타 Change Your Vista Language (All Versions)...HOW TO

2007.09.16 16:59

gooddew 조회:14614 추천:1

A Chinese expert, xinso, has come up with a beautiful solution for people who want to change the system language of their Vista (preinstalled), but who do not have Ultimate or Enterprise editions.

Xinso's solution proves that Microsoft was right in saying that Vista is a language-agnostic OS, meaning that the core system and the language interface (including English) can be separately installed or removed, and this applies to all versions of Vista, including Starter, Home Basic, Home Premium and Business, apart from Ultimate and Enterprise.

The solution makes use of Microsoft WAIK (Windows Automated Installation Kits) and the standalone MUI Packs. For those who have already installed WAIK and have used WAIK to create a WinPE CD, all you need to do first is to copy the entire Servicing folder to C root (C:Servicing) as follows:

1. Copy WAIK Servicing folder (all files) to C: root
2. Create a sub folder called LanguagePack (C:ServicingLanguagePack
3. Create a sub folder in the LanguagePack folder with this name: x86_Microsoft-Windows-Client-LanguagePack-Package_6.0.6000.16386_en-US_31bf3856ad364e35_
(C:ServicingLanguagePackx86_Microsoft-Windows-Client-LanguagePack-Package_6.0.6000.16386_en-US_31bf3856ad364e35_)
4. Place your English MUI cab file in the subfolder you just created
4. Copy the change.cm, install.xml and uninstallxml to C:Servicing
5. install.xml
------------------------------------------------------------------------
Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
        <package action="install">
            <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" />
            <source location="C:ServicingLanguagePackx86_Microsoft-Windows-Client-LanguagePack-Package_6.0.6000.16386_en-US_31bf3856ad364e35_LP-en-US.cab" />
        </package>
    </servicing>
    <cpi:offlineImage cpi:source="wim:c:/vista/sources/install.wim" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
--------------------------------------------------------------------------------------

6. uninstall.xm
-------------------------------------------------------------------------------------
Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
        <package action="remove">
            <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="es-ES" />
        </package>
        <package action="remove">
            <assemblyIdentity name="Microsoft-Windows-NetFx3-OC-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="es-ES" />
        </package>
    </servicing>
    <cpi:offlineImage cpi:source="wim:c:/vista/sources/install.wim" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
-----------------------------------------------------------------------------------------

7. change.cmd
--------------------------------------------------------------------------------------------
Code:
start /w C:Servicingpkgmgr /o:"C:;C:Windows" /n:"C:Servicinginstall.xml"

start /w C:Servicingpkgmgr /o:"C:;C:Windows" /n:"C:Servicinguninstall.xml"

start /w C:Servicingintlcfg.exe -ALL:en-US -image:C:
----------------------------------------------------------------------------------------------

8. This example assumes you have a Spanish Vista Business preinstalled and wanted to change it to English. You boot your PC with WinPE CD and key in the change.cmd command. The change.cmd commandwill start install.xml for installing English and uninstall.xml for removing Spanish. It will then configure English as the system default language.

The Language codes in install.xml, uninstall.xml and change.cmd can be changed to what you prefer (all 16 MUI Packs can be installed and removed in this way)

You can download WAIK and MUI Packs (links in this forum). The other tool you need is EXE2CAB which converts the download MUI Packs (in .exe format to .cab format). You can get EXE2CAB by Google search.
번호 제목 글쓴이 조회 추천 등록일
[공지] 강좌 작성간 참고해주세요 gooddew - - -
741 윈 도 우| 해적, 독립의 길로 가다 [26] 우금티 12861 0 12-02
740 소프트웨어| 종료시간 문제 - 특정 프로그램의 만행 (SHUTDOWN WORKS, B... [2] 슬픔의언덕 15930 0 11-29
739 하드웨어| iPhone/ iPad로 무선프린터 사용(AirPrint)-윈도우PC가능 [3] 이건뭔가요 22757 0 11-08
738 소프트웨어| 크롬에서 웹페이지 글꼴 강제지정하기 (css확장기능사용) [3] 응답없음 8887 0 09-03
737 윈 도 우| usb부팅 윈7 티니버전외 라이트버전 [2] 메실 13233 0 12-04
736 소프트웨어| IE9의 Tracking Protection 사용법 [4] YIU 10235 0 02-20
735 윈 도 우| USB에서 win7 사용하기 [2] eunnano 13447 0 10-31
734 하드웨어| HP nx8420s 팬소음 줄이기 위한 써멀구리스 도포記 [13] 해삼 9607 0 09-02
733 하드웨어| 파티션 클러스터 사이즈와 성능 [8] 밴드맨 10680 0 10-17
732 서버 / IT| 구글DNS왜 지정해서 쓰는지 아시져? 그렇담 IPv6체계로 지... [8] Star★Bros 9616 0 09-01
731 하드웨어| 순간복구툴의 최강자 - RollBack Rx 9.1 Build 2695223310_... [14] 레드 썬 19527 0 10-10
730 하드웨어| 순간복구툴의 최강자 - RollBack Rx 9.1 Build 2695223310_... 레드 썬 15204 0 10-10
729 하드웨어| 순간복구툴의 최강자 - RollBack Rx 9.1 Build 2695223310_... 레드 썬 14065 0 10-10
728 윈 도 우| LG X140 넷북 최적화관련 [2] 이병찬 12060 0 10-10
727 하드웨어| 업체 전화 무료 통화 방법 [6] Native 64 10756 0 10-09
726 윈 도 우| 윈도우7 64 비트에서 게임이 약간씩 버벅일때 해결법-허접팁 [12] 회탈리카 15447 0 10-03
725 윈 도 우| PCI/USB WLAN의 Win7 에서 ADhoc 이 실패할 경우 사용법 [3] Andrei Sak 11692 0 10-03
724 윈 도 우| Windows 7에 추가된 Meiryo UI 를 Segoe UI 일본어 글꼴로 ... [2] G-DE 15676 0 10-05
723 윈 도 우| win 7 설치 및 부팅 시 Cannot boot from CD - Code: 5 에러 [3] 필라도르 10285 0 09-23
722 하드웨어| 64bit IE를 간단히 기본 프로그램으로! [31] 사이버카가 13817 0 09-22
XE1.11.6 Layout1.4.8