绿化IMEtool(输入法设置工具)支持一键安装/卸载

文/pop

其实前段时间研究黑鹰xp sp3的ISO的时候就准备自己做一下的,不过觉得没有水平就放弃了,就直接使用了东海的电脑公司系统ISO里面的IMEtool
后来准备打包IMEtool的时候发现,原来做的是一个自解压,所以我这里就测试了一下用批处理和注册表解决

将IMETool下载了之后解压到同一文件夹,然后在文件夹里面建立install.bat、del.bat以及internat.reg,内容和软件下载地址在下面。

其实很简单,大家见笑了。要是有存在BUG,请大家及时反映到我这里来。

install.bat的内容:

@echo off
copy imetool.exe %windir%\system32 /y
copy indicdll.dll %windir%\system32 /y
copy internat.exe %windir%\system32 /y
regedit /s internat.reg
start %windir%\system32\internat.exe

del.bat的内容:

@echo off
taskkill /im internat.exe
del %windir%\system32\imetool.exe /a
del %windir%\system32\indicdll.dll /a
del %windir%\system32\internat.exe /a
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v internat /f

internat.reg的内容:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"internat"="%windir%\\system32\\internat.exe"

相关软件:

IMETool - 输入法设置工具 2.8.1
http://www.onlinedown.net/soft/37684.htm

pop制作的IMEtool 支持一键安装/卸载 下载地址:
http://pan.baidu.com/s/1o6BkK4q
http://good.gd/3199323.htm
http://115.com/file/dn9giam8

Related Posts