antivir related popups

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

antivir related popups

08 Mar 2018, 03:09

Highlight pop ups, e.g. avira antivir,
Started just now here (not working stup):
https://github.com/sl5net/Highlight-pop ... ke-antivir
Surely that is not so easy and I would be surprised if we would indeed quickly find a solution here. But if it were really cool :) Thanks
gregster
Posts: 9064
Joined: 30 Sep 2013, 06:48

Re: antivir related popups

08 Mar 2018, 03:12

SL5 wrote:Highlight pop ups, e.g. avira antivir,...
What does that mean?
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: antivir related popups

08 Mar 2018, 07:04

gregster wrote:
SL5 wrote:Highlight pop ups, e.g. avira antivir,...
What does that mean?
There are windows (I called this PopUp here), which I can not know about IfWinExist and so on. It seems to me that the above mentioned makes it extra difficult. Maybe it changes its name, etc. This makes it very difficult for me to do anything with this window (move, highligting, etc.). Sorry that I was not detailed enough. Operating blind. Of course, not everyone knows the Avira popups.
RickC
Posts: 299
Joined: 27 Oct 2013, 08:32

Re: antivir related popups

08 Mar 2018, 10:33

I haven't used Avira for a while but the popups were the 'In Product Messaging' process.

Try process, close, ipmgui.exe

Hope this helps...
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: antivir related popups

08 Mar 2018, 11:25

RickC wrote:.. process, close, ..
Hope this helps...
UPDATE: 11.03.2018 17:15
Yes, now tested. it works. :thumbup: BTW the prototype at github tried to do it without Process.... Commands.




lets wait about days:

Code: Select all

while(1){
   If ProcessExist("p.exe")
       MsgBox Explorer.exe exists.`n (%A_ScriptName%~%A_LineNumber%) 
   WinWaitNotActive,A
}
ProcessExist(Name){
    Process,Exist,%Name%
    return Errorlevel
}
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: antivir related popups

12 Mar 2018, 10:27

today its not found anymore. may its renamed.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Rohwedder and 141 guests