강좌 / 팁

기 타 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 - - -
640 윈 도 우| windows 11 자격증명으로 네트워크 공유하는법(수정) [6] 버금차. 2041 6 10-14
639 윈 도 우| Clover 작업 표시줄 아이콘 변경 [1] damoa 2037 1 11-16
638 소프트웨어| 윈도우를 다른 디스크에 복사하기 [20] gooddew 2035 40 03-20
637 윈 도 우| 절전모드가 자동 해제되는 경우 극약 처방 [17] suk 2035 5 03-03
636 윈 도 우| 시스템이 1~2분안에 절전모드로 들어가는 증상이 나타날때 [3] 태권V24 2032 2 04-08
635 윈 도 우| 카조님 PE에 파일 넣는 방법입니다. [12] 하늘은높고 2031 10 03-04
634 윈 도 우| 홈 에디션에 새 사용자 만들기 [5] suk 2031 3 09-18
633 소프트웨어| 이런 식의 포터블 런처는 어떨까요?(프로그램 있슴.) [7] 타락천사둘 2029 15 06-02
632 윈 도 우| ventoy 플러그인 "ventoy.json" 정리한것 (참... [9] 메인보드 2028 15 09-08
631 기 타| 태극 마크님의 1클릭 BCD 토커 원클릭 버튼 설정 [9] 슈머슈마 2027 10 02-01
630 모 바 일| [팁] 아이폰 뒷면 탭 기능 이용한 COVID-19 QR 코드 생성기 [3] asklee 2024 5 10-04
629 소프트웨어| Internet download manager 32분할로 다운로드 [6] ton3d 2024 9 06-19
628 소프트웨어| GNU GRUB 2.0.6 을 이용한 OS 설치 및 부팅 저장매체 만들기 [9] 메인보드 2019 17 02-02
627 기 타| 아크로니스 grub4dos에서 활용 [7] 나도간다 2017 4 06-01
626 윈 도 우| _Launch.exe 를 PE 에 적용해보기 [14] 지후빠 2014 22 04-15
625 소프트웨어| ACDSee Photo Studio Ultimate 2019에서 Flickr 활용하기 [3] win_10 2014 3 04-24
624 소프트웨어| MS Office 2019 에서 VBA(visual basic) 사용 팁 오호라7 2011 5 10-27
623 윈 도 우| 카리스마조님 Win10XPE34 를 USB에 구워넣기 [11] 하늘은높고 2010 5 03-04
622 소프트웨어| Windows 11, Windows 10 및 Windows 8.1용 바탕 화면 가젯 ... VₑₙᵤₛG 2006 2 07-16
621 기 타| IPv6 전용 네트워크에서 윈도우 포럼 접속하기 네트워크빌 2004 2 03-27
XE1.11.6 Layout1.4.8