강좌 / 팁

기 타 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 윈 도 우| 우클릭으로 현재 디렉토리에 관리자 권한 CMD실행 .reg만들기 [11] 멀더는외계 2257 19 09-18
740 윈 도 우| SSD 에서 파일 삭제를 주의해야 되는 이유 [3] gooddew 2256 12 04-10
739 윈 도 우| 카리스마조님 PE Win10XPE34 의 내용설명 비교 [7] 하늘은높고 2255 12 03-05
738 소프트웨어| RAW 파티션의 데이터 복구하기 [6] gooddew 2253 11 07-12
737 소프트웨어| 한영 바꿔 오타시 한-영 양방향 변환 (오토핫키) [18] 지후빠 2253 28 09-06
736 윈 도 우| [갱신] 윈도우 11 로컬 계정 암호 변경 [14] 무월 2246 18 09-27
735 서버 / IT| Clonezilla Server Multicasting - 1 부 [6] gooddew 2244 8 08-26
734 기 타| macOS Big Sur 미리 설치해 보기 [8] VenusGirl 2242 10 08-09
733 윈 도 우| MediaCreationTool 0x8000FFFF - 0x20016 에러 솔트 2240 1 12-25
732 윈 도 우| Windows-ISO-Downloader 짜증나는 광고제거 [6] sTarTrak 2237 13 11-23
731 소프트웨어| upx 언패킹 강좌 입니다 [15] 줄리아니 2236 8 10-21
730 소프트웨어| PE 해상도 변경하기 [5] 좋은이웃 2233 13 04-01
729 소프트웨어| 토탈커맨더 - 버튼에 포커스 이동 - 단축키 [8] shot4u 2229 6 10-21
728 모 바 일| 다음메일을 아웃룩에서 다음/카카오 통합 계정으로 접속하기 [1] asklee 2226 3 03-16
727 소프트웨어| WinNTSetup 설정값을 저장하여 기본값으로 사용하기 [18] 무월 2223 43 11-06
726 윈 도 우| 22621.3296 22631.3296 업데이트 주의. [9] 타천사둘리 2221 12 03-14
725 기 타| 컴퓨터 종료 아이콘 만들기 [11] 하늘은높고 2221 9 07-24
724 기 타| [macOS/해킨토시] 몬터레이, 빅서, 카탈리나, 모하비, 하이... [6] 무월 2220 5 05-11
723 윈 도 우| 할당되지 않은 공간...1MB? [4] 밤이슬216 2220 5 03-24
722 윈 도 우| 크로미엄 엣지브라우저 한국어화 적용 방법 [3] 도전정신 2215 3 06-23
XE1.11.6 Layout1.4.8