강좌 / 팁

기 타 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 - - -
863 소프트웨어| [엑셀] 선택된 셀, 행, 열 강조 하기! [13] 무월 2564 28 08-31
862 소프트웨어| DiskFresh 사용법(HDD,SSD,플래시 데이터 보존) [10] 메리아 2564 8 05-05
861 소프트웨어| [포토샵] 인물 누끼따기 외곽선 정리 [12] 무월 2557 37 09-20
860 윈 도 우| 왕초보가 PE만들기 도전 [10] 하늘은높고 2557 15 02-19
859 소프트웨어| 크로미엄 55 버전에서 플래시 사용설정 [10] 스마트(SMART 2557 2 12-15
858 하드웨어| ASROCK 메인보드에 관하여..... [5] 밤이슬216 2556 5 12-25
857 소프트웨어| 크롬 상단바 상단창 회색으로 되었을때 해결법 [출처] 크롬... [3] 깨블리 2555 5 09-15
856 소프트웨어| TC 9.12 32 비트 및 64 비트용 확장 한국어 메뉴-Windows 1... [13] VenusGirl 2555 16 02-28
855 윈 도 우| PE 업데이트 스크립트 V1.14 [20] 히이이잌 2554 40 10-28
854 윈 도 우| 설치된 기본프린터 확인 및 테스트페이지 인쇄 vbscript [25] 레마클로 2554 23 01-14
853 기 타| [팁] HTTPS Everywhere 확장프로그램 [1] asklee 2551 2 01-21
852 윈 도 우| 자료 mover(파일 첨부) [11] 레마클로 2550 20 01-16
851 소프트웨어| 레인미터 스킨들 사용법 및 수정방법 간단한 설명입니다.(... [9] 갑파니 2545 14 04-15
850 소프트웨어| Premiere CS6 강좌 01 비네팅(vignetting)효과 -프레미어 강좌 [4] murimgasa 2542 2 09-25
849 소프트웨어| foobar2000 dsd 설정 [3] 이킁 2541 2 06-07
848 윈 도 우| 인증서 백업 복구 배치파일 [9] 센돔타오르 2540 18 08-05
847 윈 도 우| 기본 앱 브라우저 자동으로변경 [3] Greinke 2539 4 12-02
846 서버 / IT| 마소 서버2012R2 인텔 I218-V 드라이버 설정하는 방법입니... [3] 쏘가리차차 2538 0 12-29
845 윈 도 우| 버추얼박스(Oracle VM VirtualBox)로 Grub4Dos 부팅 테스트 [9] 조아조아 2538 3 04-23
844 기 타| 윈도우 10 에서 트루타이프 폰트(True Type Font) 복사하여... murimgasa 2532 2 09-28
XE1.11.6 Layout1.4.8