我用 notepad++ 测试,如果这个不行,就用下面的
复制程式
WinWaitActive("Notepad++ v5.6.2 安装")
If ControlTreeView("Notepad++ v5.6.2 安装", "", "[ID:1032]", "Exists", "Plugins") Then
ControlTreeView("Notepad++ v5.6.2 安装", "", "[ID:1032]", "Uncheck", "Plugins")
EndIf
复制程式
WinWaitActive("Notepad++ v5.6.2 安装")
If ControlTreeView("Notepad++ v5.6.2 安装", "", "[ID:1032]", "Exists", "Plugins") Then
ControlTreeView("Notepad++ v5.6.2 安装", "", "[ID:1032]", "Select", "Plugins")
Send("{SPACE}")
EndIf
不好意思,Autoit 模拟我很少用