| 
 输入法指示器:  
1.DEFAULT的处理:  
挂载WINPE\WINDOWS\SYSTEM32\CONFIG\DEFAULT为PE-DEF并获取权限  
删除以下几项:  
HKEY_LOCAL_MACHINE\PE-DEF\Software\Microsoft\CTF  
HKEY_LOCAL_MACHINE\PE-DEF\Keyboard Layout  
导入CTFMON的CTF.REG注册表  
2.添加输入法指示器的功能文件:  
从INSTALL复制以下必要文件到WINPE文件夹:  
 
\Windows\System32\ctfmon.exe 
\Windows\System32\input.dll 
\Windows\System32\InputHost.dll 
\Windows\System32\InputLocaleManager.dll 
\Windows\System32\InputService.dll 
\Windows\System32\InputSwitch.dll 
\Windows\System32\msctf.dll 
\Windows\System32\MsCtfMonitor.dll 
\Windows\System32\msctfp.dll 
\Windows\System32\msctfuimanager.dll 
\Windows\System32\msutb.dll 
\Windows\System32\MTF.dll 
\Windows\System32\MTFServer.dll 
\Windows\System32\TextInputMethodFormatter.dll 
\Windows\System32\UIAutomationCore.dll 
\Windows\System32\Winlangdb.dll 
\Windows\SystemResources\msctf.dll.mun 
\Windows\SystemResources\msutb.dll.mun 
\Windows\SystemResources\Winlangdb.dll.mun 
 
此时启动ctfmon进程并安装好输入法之后成功出现输入法指示.  
 |