강좌 / 팁

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

2007.09.16 16:59

gooddew 조회:14626 추천: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 - - -
384 기 타| 커스텀 드라이브 아이콘 적용해 볼까? [3] 내꼬 573 5 03-09
383 기 타| pe의 Registry.cmd 파일 수정 [1] bangul 615 8 05-28
382 기 타| 유튜브에서 영상 썸네일 갯수 늘리기 [12] 오호라7 726 15 06-11
381 기 타| dos에서 글자 색상 바꾸기 (영상) [3] 코요88 750 7 08-11
380 기 타| 카페에 BGM 넣어보자 [3] 메인보드 831 8 08-29
379 기 타| 앱손 스캐너 드라이버 설치 [2] 슈머슈마 840 5 10-30
378 기 타| Firefox - 단일 브라우저 - 많은 프로필 사용하기 VₑₙᵤₛG 851 3 09-17
377 기 타| 마우스 우측메뉴에 밀어서 윈도우 종료 추가하기 (영상) [6] 코요88 891 2 08-12
376 기 타| [오토핫키 v1] 경로, 이름 ,드라이브명 등등 추출 함수 [2] 청락은복 907 8 03-06
375 기 타| 레마클로님 wifi on/off 스크립트 (수정) pnputil 추가 [10] 슈머슈마 908 7 06-20
374 기 타| PE StartIsBack 설정 [2] bangul 926 7 05-22
373 기 타| 블로그 게시글을 통해 배치파일 변수 받아오기 [3] 히이이잌 931 7 04-12
372 기 타| Firefox에서 S3.Translator 애드온 [2] VenusGirl 989 4 04-30
371 기 타| Microsoft Defender SmartScreen Demo Pages 내꼬 989 1 11-24
370 기 타| VMWare Workstation@Hybrid CPU 성능 문제 해결책 [3] DarknessAn 1019 6 11-20
369 기 타| 윈도우10 imageres.dll 아이콘 번호 [2] 코요88 1040 6 08-15
368 기 타| 윈도우즈 멀티부팅 CMD에서 이름바꾸기 (영상) [7] 코요88 1066 3 08-12
367 기 타| 허접한 팁 하나입니다 [1] JU유틸 1089 0 06-18
366 기 타| Forecastfox (기상 정보) - Firefox 및 Chrome 용 부가 기능 [2] VenusGirl 1147 5 05-23
365 기 타| 나스 토런트 감시폴더에 Torrent 파일 자동 전송 (수정) [1] 슈머슈마 1171 9 08-11
XE1.11.6 Layout1.4.8