|
|
楼主 |
发表于 2013-7-30 21:41:54
|
显示全部楼层
语言栏的支持是参照【ACOS启动盘】【自制【Win7PE】日志】【支持:声卡|有|无线网卡】
http://bbs.wuyou.net/forum.php?m ... &fromuid=275300
的帖子中的方法进行的:
方案二:使用CTFMON.EXE解决
步骤如下:
1.添加语言栏显示所需要的文件
\Windows\System32\input.dll
\Windows\System32\zh-cn\input.dll.mui
\Windows\System32\ctfmon.exe
\Windows\System32\zh-cn\ctfmon.exe.mui
\Windows\System32\msctf.dll
\Windows\System32\zh-cn\msctf.dll.mui
\Windows\System32\MsCtfMonitor.dll
\Windows\System32\msctfp.dll
\Windows\System32\msctfui.dll
\Windows\System32\zh-cn\msctfui.dll.mui
\Windows\System32\msutb.dll
\Windows\System32\zh-cn\msutb.dll.mui
2.
从正常PE中导出[HKEY_CURRENT_USER\Software\Microsoft\CTF],然后导入到问题PE中;
再导入下面的注册表:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SoftWare\Microsoft\CTF\TIP\{0000897b-83df-4b96-be07-0fb58b01c4a4}\LanguageProfile\0x00000000\{0001bea3-ed56-483d-a2e2-aeae25577436}]
"Enable"=dword:00000001
不知道这样处理是不是正确?我这样处理后的结果就是如前所述的现象。真不知道怎么解决这个问题? |
|