|
按feiyike的指点,做了一个输入法优先级的注册表文件“input.reg”,内容如下:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:9e,3e,03,80,92,00,00,00
[HKEY_CURRENT_USER\Control Panel\International\User Profile]
"InputMethodOverride"="0409:00000409"
[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00000409"
"2"="00000804"
[HKEY_CURRENT_USER\Keyboard Layout\Toggle]
"Hotkey"="2"
"Language Hotkey"="2"
"Layout Hotkey"="3"
[HKEY_CURRENT_USER\Software\Microsoft\CTF\Assemblies\0x00000409]
[HKEY_CURRENT_USER\Software\Microsoft\CTF\Assemblies\0x00000409\{34745C63-B2F0-4784-8B67-5E12C8701A31}]
"Default"="{00000000-0000-0000-0000-000000000000}"
"KeyboardLayout"=dword:04090409
"Profile"="{00000000-0000-0000-0000-000000000000}"
然后,在pecmd.ini文件中如下处理:
TEAM DISP W1024 H768 B32|DISP W1366 H768 B32|DISP W1440 H900 B32|DISP W1600 H900 B32|NUMK 0|INIT K
EXEC @!%SystemRoot%\system32\FixUSB.exe U
LOGO %WinDir%\Web\Wallpaper\Windows\img0.jpg
TEAM WAIT 1500
EXEC @!%SystemRoot%\system32\wpeinit.exe
SHEL %SystemRoot%\explorer.exe
SERV CoreMessagingRegistrar
HOTK #120,PECMD KILL explorer.exe `F9 刷新系统
PINT %SystemRoot%\explorer.exe,TaskBand
EXEC %Windir%\System32\ctfmon.exe
EXEC =%SystemRoot%\regedit.exe /s X:\Windows\add\input.reg
TEAM WAIT 300|KILL explorer.exe
但是,这样处理,只有在explorer界面输入法是切换对了,打开其他页面,又变成了中文输入法。
大神说要刷新一下ctfmon.exe,不知道是用哪个命令?
尝试了kill ctfmon.exe,输入法状态栏就不见了,也尝试了kill以后,再exec,输入法就只有英文的,就算在状态栏里面切换到中文,也输入不了了。
还请大神指点迷津。 |
|