智能关闭
#Region ;**** 参数创建于 ACNWrapper_GUI ****#AutoIt3Wrapper_icon=..\png转ico 批量\ico\www (327).ico
#AutoIt3Wrapper_Res_Fileversion=0.0.0.0
#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****
;智能关闭
;迅雷、暴风影音、金山词霸等软件都有托盘程序,在这里实现一键关闭
;一、关闭任务栏上所有窗口
Run("CloseAll.exe") ;该文件在附件中
Sleep(1000)
;二、关闭指定的托盘程序
ProcessClose("Thunder.exe") ;关闭迅雷
$PID = ProcessExists("Thunder.exe") ; 返回迅雷程序的 PID,若未发现该进程则返回值为 0。
If $PID Then ProcessClose($PID)
ProcessClose("storm.exe") ;关闭暴风影音
$PID = ProcessExists("storm.exe")
If $PID Then ProcessClose($PID)
ProcessClose("stormtray.exe") ;关闭暴风影音托盘程序
$PID = ProcessExists("stormtray.exe")
If $PID Then ProcessClose($PID)
ProcessClose("xdict.exe") ;关闭金山词霸
$PID = ProcessExists("xdict.exe")
If $PID Then ProcessClose($PID)
SplashTextOn("HGL","指令执行成功!", @DesktopWidth/2, @DesktopHeight/20, -1, -1, 33, "", @DesktopHeight/60)
Sleep(1300)
SplashOff() 可以学习,怎么没人看过呢,我是第一个? 是啊,怎么没人看过呢 看看的。谢谢楼主啦! 晕...怎么一会五块一会一块的... 晕,双重扣费的 这都买钱!!!!!!!! 看的。谢谢楼主啦! 看看啦·~~ 好像程序改名就没作用了. 谢谢楼主啦 看一看,学习学习 不错 可以用用 不错 收藏学习了 看看的。谢谢楼主啦
页:
[1]
2