網頁

顯示具有 XP輸入法移植Win 7 標籤的文章。 顯示所有文章
顯示具有 XP輸入法移植Win 7 標籤的文章。 顯示所有文章

2012年2月2日 星期四

XP 64內建注音輸入法移植至Win7 64位元


有些人已習慣使用XP 64內建傳統「注音」,希望在Windows 7 64 能繼續使用,網友熱心整理移植至Win7(64位元)需要的檔案及註冊檔(.reg)如下:
X64_System32資料夾內檔案
phon.tbl
phoncode.tbl
phonptr.tbl
phonXP.ime
uniime.dll

X86_SysWOW64資料夾內檔案
phon.tbl
phoncode.tbl
phonptr.tbl
phonXP.ime
uniime.dll


64_phchtowin7.cmd檔內容

cd X64_System32
copy *.* C:\WINDOWS\system32\ /y
cd ..
cd X86_SysWOW64
copy *.* C:\windows\SysWOW64\ /y
cd ..
start /wait regedit /s xp_phone.reg
pause




xp_phone.reg檔內容
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0010404]
"Layout Display Name"="中文 (繁體) - XP注音"
"IME File"="phonXP.ime"
"Layout Text"="中文 (繁體) - XP注音"
"Layout File"="KBDUS.DLL"



備妥以上檔案,執行64_phchtowin7.cmd進行移植,接著到控制台新增「中文 (繁體) - XP注音」,就可以開始使用XP注音了。範例檔下載

經測試在 Word記事本Google Blog都可正常使用。

2011年10月1日 星期六

XP內建注音倉頡輸入法移植至Win7(32位元)

有些人已習慣使用XP內建傳統「注音」、「倉頡」輸入法,希望在Windows 7 能繼續使用,網友熱心整理移植至Win7(32位元)需要的檔案及註冊檔(.reg)如下:
chajeixp.ime
phon_xp.ime
quickxp.ime
a15.tbl
a234.tbl
acode.tbl
phon.tbl
phoncode.tbl
phonptr.tbl
uniime.dll
為避免覆蓋C:\WINDOWS\system32\資料夾內檔名相同檔案,一些檔名要先修改,改過的檔名須與reg內的檔名一致。

開啟記事本將以下內容以pho.reg存檔
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0010404]
"Layout File"="KBDUS.DLL"
"Layout Text"="中文 (繁體) - 注音XP"
"IME File"="phon_xp.ime"
"Layout Display Name"="中文 (繁體) - 注音XP"

開啟記事本將以下內容以ch.reg存檔
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0020404]
"Layout File"="KBDUS.DLL"
"Layout Display Name"="中文 (繁體) - 倉頡XP"
"Layout Text"="中文 (繁體) - 倉頡XP"
"IME File"="chajeixp.ime"


開啟記事本將以下內容以su.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0030404]
"IME File"="quickxp.ime"
"Layout Display Name"="中文 (繁體) - 速成XP"
"Layout File"="KBDUS.DLL"
"Layout Text"="中文 (繁體) - 速成XP"


開啟記事本將以下內容以phchtowin7.cmd
copy *.tbl C:\WINDOWS\system32\ /y
copy *.ime C:\WINDOWS\system32\ /y
copy *.dll C:\WINDOWS\system32\ /y
start /wait regedit /s pho.reg
start /wait regedit /s ch.reg
start /wait regedit /s su.reg

備妥以上檔案放在同一個資料夾,在Windows 7 32位元作業系統,執行phchtowin7.cmd進行移植,接著到控制台新增「中文 (繁體) - XP注音」,就可以開始使用XP注音了。範例檔下載

經測試在 Word記事本Google Blog都可正常使用。