通过写脚本设置.前提是已经安装这种输入法.在注册表里查看就可以了。参考一下.把它放在AD的登录脚本就可以了.不过要注销两次才能生效,我公司就是这样做的.


Dim OperationRegistry
Set OperationRegistry=WScript.CreateObject("WScript.Shell")
OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0200804\Ime File","WINWB86.IME"
OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0200804\Layout Text","王码五笔型输入法86版"
OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0200804\Layout File","kbdus.dll"

OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0210804\Ime File","SOGOUPY.IME"
OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0210804\Layout Text","中文 (简体) - 搜狗拼音输入法"
OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0210804\Layout File","kbdus.dll"


OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0220804\Ime File","JPWB.IME"
OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0220804\Layout Text","极品五笔输入法"
OperationRegistry.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0220804\Layout File","kbdus.dll"


OperationRegistry.RegWrite "HKEY_CURRENT_USER\Keyboard Layout\Preload\1","00000804"
OperationRegistry.RegWrite "HKEY_CURRENT_USER\Keyboard Layout\Preload\2","e0210804"
OperationRegistry.RegWrite "HKEY_CURRENT_USER\Keyboard Layout\Preload\3","e0010804"
OperationRegistry.RegWrite "HKEY_CURRENT_USER\Keyboard Layout\Preload\4","e0200804"
OperationRegistry.RegWrite "HKEY_CURRENT_USER\Keyboard Layout\Preload\5","e0040804"
OperationRegistry.RegWrite "HKEY_CURRENT_USER\Keyboard Layout\Preload\6","e0220804"