강좌 / 팁

기 타 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 - - -
22 기 타| AMI core가 있는 Intel board 수정법 [1] gooddew 18298 0 12-15
21 기 타| XP가 기본 장착된 모델인 경우 개조안하고 VISTA OEM으로 [4] gooddew 10722 0 12-09
20 기 타| 비스타 버전별 기능 [6] gooddew 10130 0 11-17
19 기 타| JRSKD24.SYS 손상에 의한 부팅불가시 복구법..!! [4] gooddew 13987 0 11-14
18 기 타| 종이로 시디케이스 만들기(두가지) [5] gooddew 11681 0 10-14
17 기 타| 3기가 이상 메모리에 비스타 설치에러시... [5] gooddew 13515 1 10-02
16 기 타| Vista의 시작 시 선택한 계정 자동 로그인하기 [1] gooddew 12148 1 09-20
15 기 타| 레지스트리로 Aero Effect를 활성 비활성으로 하는 방법 [6] gooddew 11483 1 09-17
14 기 타| Vista에서 파일 연결을 제거하는 유틸리티 gooddew 12886 1 09-17
13 기 타| 바탕화면 아이콘 조절하기 [1] gooddew 13912 1 09-17
12 기 타| COM Surrogate 오류 해결법 [2] gooddew 15005 1 09-17
11 기 타| Superfetch 기능 사용중단하기 [13] gooddew 55294 1 09-16
» 기 타| Change Your Vista Language (All Versions)...HOW TO [15] gooddew 14614 1 09-16
9 기 타| <STRONG><FONT color=#6699ff>바이오스업데이... [5] gooddew 28288 0 09-10
8 기 타| 명령창 항상 관리자 권한으로 실행하기 gooddew 18303 2 09-10
7 기 타| 파일을 삭제하거나 변경하려면 권한얻기 gooddew 15776 2 09-10
6 기 타| 배치파일 정복 -3- gooddew 13880 3 09-10
5 기 타| 배치파일 정복 -2- gooddew 17793 1 09-10
4 기 타| 한글 첨부파일이 다운로드 안될때 gooddew 17491 1 09-10
3 기 타| 어드민계정 활성화 하기 gooddew 28519 1 09-10
XE1.11.6 Layout1.4.8