강좌 / 팁

기 타 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 - - -
382 기 타| 구글 드라이브 다운로드 초과했을 때 다운로드 방법 [41] suk 26735 49 11-19
381 기 타| WindowsXPE147 수정버전 사용법 입니다... [27] 노랑개굴 1901 49 03-11
380 기 타| 그 동안 본인이 업로드한 강좌를 보내드립니다. [181] 고양이2 12717 45 11-06
379 기 타| 2024 새로운 시작, Rainmeter, 위젯, 바탕화면, 퍼포먼스 [16] 모네곰 2596 38 02-01
378 기 타| RSImageX 기본 파일 구성 [19] suk 2641 33 02-14
377 기 타| BCD편집으로 USB에 PE 2개 넣기 [41] lakeside 7155 32 05-22
376 기 타| [팁] 유튜브 광고 차단 [14] 천경지위 7989 28 12-03
375 기 타| 모든 영상을 순간으로 MP4 확장자로 변환. [18] 모네곰 2428 28 12-30
374 기 타| [팁] PE에서 wim 부팅하는데 필요한 boot.sdi [12] suk 3763 27 04-24
373 기 타| 바로 가기 만들기 [7] bangul 2270 23 04-22
372 기 타| USB 디스크 인식 오류시 복구 방법 [18] gooddew 4172 22 08-17
371 기 타| CMD BAT 를 UTF8 모드로 사용 [13] 입니다 1661 22 01-16
370 기 타| 단위를 올바로 씁시다 [18] asklee 9202 21 10-20
369 기 타| 애드가드(Adguard) 다음카카오TV 재생불가 필터 추가하세요. [24] 절제자 4709 20 01-04
368 기 타| 우리집 와이파이 비밀번호 초간단 확인하기 [7] gooddew 5693 20 08-22
367 기 타| Dubox Cloud 스토리지에서 1TB를 무료로 제공합니다. [30] VenusGirl 3876 20 07-01
366 기 타| bat로 포터블 만들기 간단 팁 [9] 슈머슈마 2714 20 11-12
365 기 타| [정보] 윈도우10 쓰는 사람 필독 [10] ♣OSISO™ 8834 19 01-25
364 기 타| GRUB 부팅 USB 만들기. 쉽게 써보려고 노력...; [35] 서기다 8364 18 03-08
363 기 타| 자신의 음악성향에 맞게 EQ(이퀼라이저) 설정하기 [10] UCLA 5668 18 12-02
XE1.11.6 Layout1.4.8