weirddave Posted February 22, 2009 Posted February 22, 2009 If anyone uses Avira Antivirus and is fed up with the once a day pop-up, here's a simple solution. Insert a link to it in your startup folder and away you go #NoTrayIcon While 1=1 WinWait ("Notifier of Avira AntiVir Personal - Free Antivirus") WinClose ("Notifier of Avira AntiVir Personal - Free Antivirus") Wend
AdmiralAlkex Posted February 22, 2009 Posted February 22, 2009 There are far easier solutions that doesn't require another app to run, search on google.... .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Developers Jos Posted February 22, 2009 Developers Posted February 22, 2009 on top of that: When you need something like this you better add a Sleep(50) to use less CPU. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
jvanegmond Posted February 22, 2009 Posted February 22, 2009 on top of that: When you need something like this you better add a Sleep(50) to use less CPU.But WinWait ....... github.com/jvanegmond
Ealric Posted February 22, 2009 Posted February 22, 2009 There's only two things that you need to do to fix those:Go to:Local Protection > Guard > Configuration > Under Scan go to the Exception list.Add "AutoIt3.exe and AutoItSC.bin" to the exception list.No more annoyances ever. My Projects: [topic="89413"]GoogleHack Search[/topic], [topic="67095"]Swiss File Knife GUI[/topic], [topic="69072"]Mouse Location Pointer[/topic], [topic="86040"]Standard Deviation Calculator[/topic]
Developers Jos Posted February 22, 2009 Developers Posted February 22, 2009 But WinWait .......mmm that too (that is what happens with the lengthy script ... you only look at it briefly and make stupid remarks) smashly 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
AdmiralAlkex Posted February 22, 2009 Posted February 22, 2009 There's only two things that you need to do to fix those:Go to:Local Protection > Guard > Configuration > Under Scan go to the Exception list.Add "AutoIt3.exe and AutoItSC.bin" to the exception list.No more annoyances ever.Can you be more off-topic? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
KJohn Posted February 22, 2009 Posted February 22, 2009 Can you be more off-topic? now if valik was strolling by... i wonder what he would have said (to ealric)..
Ealric Posted February 22, 2009 Posted February 22, 2009 (edited) Can you be more off-topic?Certainly. When I was 19 you weren't even grazing the seminiferous tabules yet.And, I had misinterpreted the OP. I thought he was referring to the new changes that Avira posted a few days ago. Namely, they put yet two more adverse false positives into play which annoyingly placed two popups on one of my computers and the fix I supplied above turns off the "avira annoyance popups".I should have stuck with kaspersky. Kaspersky hasn't given me any issues with autoit ever. Luckily, my vista 64-bit system still uses Kaspersky.And, finally, if you have a concern over off-topic conversations, simply ask the mods to move this thread to chat or "close the thread". It's that simple young man. Edited February 22, 2009 by Ealric My Projects: [topic="89413"]GoogleHack Search[/topic], [topic="67095"]Swiss File Knife GUI[/topic], [topic="69072"]Mouse Location Pointer[/topic], [topic="86040"]Standard Deviation Calculator[/topic]
maniootek Posted November 29, 2011 Posted November 29, 2011 What about this popup, any ideas how to close it (or how to even get a handle?)?here's info from A3Info:expandcollapse popup>>>> Window <<<< Title: Class: #32770 Position: 1066, 468 Size: 300, 260 Style: 0x9400004C ExStyle: 0x00090088 Handle: 0x00520564 >>>> Control <<<< Class: Internet Explorer_Server Instance: 1 ClassnameNN: Internet Explorer_Server1 Name: Advanced (Class): [CLASS:Internet Explorer_Server; INSTANCE:1] ID: Text: Position: 0, 0 Size: 300, 260 ControlClick Coords: 161, 39 Style: 0x56000000 ExStyle: 0x00000000 Handle: 0x000C0742 >>>> Mouse <<<< Position: 1227, 507 Cursor ID: 0 Color: 0xF5F6F7 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< >>>> Hidden Text <<<<
Manko Posted December 1, 2011 Posted December 1, 2011 Microsoft security essentials - is also free... Yes i rush things! (I sorta do small bursts inbetween doing nothing.) Things I have rushed and reRushed:* ProDLLer - Process manager - Unload viri modules (dll) and moore...* _WinAPI_ProcessListOWNER_WTS() - Get Processes owner list...* _WinAPI_GetCommandLineFromPID() - Get commandline of target process...* _WinAPI_ThreadsnProcesses() Much info if expanded - optional Indented "Parent/Child"-style Processlist. Moore to come... eventually...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now