怎么将R6的日文VISTA改为英文的VISTA呢?

我觉得VISTA还是比XP好点.所以想继续用VISTA,
可是日文也看不懂.R6上又是OEM 的VISTA BUINESS.

如果我装VISTA Ultimate. 再用上电脑底下的SN,可以激活吗?
还是说我也要重新安装英文 OEM VISTA BUINESS EDITION.

谢谢!
2007-09-14 11:47 發佈
文章關鍵字 R6 VISTA
终于找到了,分享给大家.

(All credits to xinso of bbs.pcbeta.com)

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:\Servicing\LanguagePack\
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:\Servicing\LanguagePack\x86_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.cmd, install.xml and uninstall.xml 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:\\Servicing\\LanguagePack\\x86_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.xml
-------------------------------------------------------------------------------------
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:\Servicing\pkgmgr /o:"C:\;C:\Windows" /n:"C:\Servicing\install.xml"

start /w C:\Servicing\pkgmgr /o:"C:\;C:\Windows" /n:"C:\Servicing\uninstall.xml"

start /w C:\Servicing\intlcfg.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.
1. 請問樓主用MUI+MAIK成功了嗎???

2. 請問有其他人用MUI+MAIK改繁體中文成功嗎???

3. 請問用MUI+MAIK這方法該在UPDATE VISTA SP1前或後好呢?

Thanks!!
actocoa wrote:
1. 請問樓主用MU...(恕刪)


我試過, 沒成功, 自己去找一套中文來重灌比較快
分享一個可以讓vista自由變換語言的工具,有興趣的朋友可以自己試試看吧 !

Windows Vista 多国语言包强暴工具
http://www.nicety-repair.com/forums/showthread.php?t=1982
123456784315 wrote:
分享一個可以讓vis...(恕刪)


多謝分享, 改天來試試
多謝分享好工具

MUI+MAIK我試過,有成功

不過當初聽說會有些問題(時間有點久,忘了@@)

再加上後來在01看到另一個網兄的方法

用ABR備份Vista的授權

然後找一套繁中的Vista重新安裝

再用ABR還原Vista的授權

這樣作出來的系統比較自由,可以把原廠提供,但是自己用不到的軟體去掉

重裝完的系統比較小,要備份也比較方便^^
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?