Blog of Robert Borst

My Links

Blog Stats

Archives

Collegues

Computer related stuff

Sport

Automatically Close the Nag Screen of antivir

When antivir gets its update it will present the computer user with a nag screen.
This script will close this window automatically 

use autoit version 3

Put this in a file, compile it (if you want)
And let it run (or put in your startup folder

------------------------
$j=0
while $j=0
	sleep(5000)
	if winexists("Notifier of AntiVir PersonalEdition Classic Windows") Then
			; Sluiten extra window
			winActivate("Notifier of AntiVir PersonalEdition Classic Windows") 
			WinWaitactive("Notifier of AntiVir PersonalEdition Classic Windows") 
			send("!{f4}")
		EndIf
Wend
--------------------------		

posted on Tuesday, April 18, 2006 9:16 PM

Feedback

# re: Automatically Close the Nag Screen of antivir 12/4/2008 10:11 AM seslisohbet

selam tskler

# re: Automatically Close the Nag Screen of antivir 9/21/2009 2:35 PM sikis izle

:)

Post Comment

Title  
Name  
Url
Comment   

ATTENTION: the code you need to copy is CaSe SeNsItIvE and is required to prevent spam.
Enter the code you see: