這個blog是學習電腦的軌跡,經驗分享園地,透過網友熱心回饋,修正文章內容,讓讀者獲得較正確資訊,順利、快速,正確解決系統安裝、優化、備份、還原及軟硬體問題,提升資訊素養及工作效率。 浮生半日閒:走讀、文創、閱讀、藝術、陶藝、博物、古蹟、品茶、咖啡、書畫、視覺、山川美景、美食...。 提醒:讀者留言以不回覆為原則,可能會修正文章內容,呼應留言。 聲明:所引用產品商標/畫面/圖片均屬於原擁有者,所引用之部分僅供介紹,僅供參考。全部軟體皆從網路搜尋轉載,下載連結檔案僅供測試研究用,請下載後24小時內刪除,無侵權之意,不承擔任何技術後果、版權問題、法律責任。請支持正版,勿用於商業用途。使用它所造成的直接或間接損失,不負任何責任。 *這個blog內的連結,如有未開啟新網頁瀏覽,請告知修正。
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都可正常使用。
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都可正常使用。
訂閱:
文章 (Atom)