通过写脚本设置.前提是已经安装这种输入法.在注册表里查看就可以了。参考一下.把它放在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\C