Page 1 of 1
New Adaware version available
Posted: Mon Aug 09, 2004 2:34 pm
by Mr. Perfect
Posted: Mon Aug 09, 2004 3:30 pm
by JMEaT
Thanks you sir!
Posted: Mon Aug 09, 2004 4:27 pm
by KompresZor
JMEaT wrote:Thanks you sir!
x2
Posted: Mon Aug 09, 2004 10:12 pm
by Iceman
KompresZor wrote:JMEaT wrote:Thanks you sir!
x2
X^3
Posted: Tue Aug 10, 2004 7:32 am
by DarkShadow
Iceman wrote:KompresZor wrote:JMEaT wrote:Thanks you sir!
x2
X^3
X4
Posted: Tue Aug 10, 2004 8:35 am
by Pun
DarkShadow wrote:Iceman wrote:KompresZor wrote:JMEaT wrote:Thanks you sir!
x2
X^3
X4
x5!
Posted: Tue Aug 10, 2004 8:50 am
by Topher
Sweet...
Posted: Tue Aug 10, 2004 11:59 am
by Tyranny
On the note of spyware utilities, anyone else notice Spybot hasn't had any updated definitions to download in a long time? Did they release a version higher then 1.2? If so, last I checked their website 1.2 was still the latest.
oh, and x6!
Posted: Tue Aug 10, 2004 12:50 pm
by STRESSTEST
punisher wrote:DarkShadow wrote:Iceman wrote:KompresZor wrote:JMEaT wrote:Thanks you sir!
x2
X^3
X4
x5!
X6
Posted: Tue Aug 10, 2004 12:59 pm
by DarkShadow
Tyranny wrote:On the note of spyware utilities, anyone else notice Spybot hasn't had any updated definitions to download in a long time? Did they release a version higher then 1.2? If so, last I checked their website 1.2 was still the latest.
oh, and x6!
Spybot 1.3 is out.
Posted: Tue Aug 10, 2004 4:25 pm
by MD-2389
Tyranny wrote:On the note of spyware utilities, anyone else notice Spybot hasn't had any updated definitions to download in a long time? Did they release a version higher then 1.2? If so, last I checked their website 1.2 was still the latest.
oh, and x6!
You need to get your eyes checked dude because 1.3 has been out for a while now.
http://www.safer-networking.org/en/download/index.html
Posted: Tue Aug 10, 2004 5:30 pm
by Top Gun
It would be nice if both Ad-Aware and Spybot would automatically download the newest versions, similar to how they download the newest definitions. I didn't know that there had been an update for either until I read both of the posts here. Either that, or give some type of notification in the program itself that a new version is available. That's the only real complaint I have with either program.
Posted: Tue Aug 10, 2004 5:39 pm
by Grendel
Hm, looks like 1.3 broke 1.2's update feature. Sux.
Posted: Wed Aug 11, 2004 7:21 am
by Tyranny
MD-2389 wrote:Tyranny wrote:On the note of spyware utilities, anyone else notice Spybot hasn't had any updated definitions to download in a long time? Did they release a version higher then 1.2? If so, last I checked their website 1.2 was still the latest.
oh, and x6!
You need to get your eyes checked dude because 1.3 has been out for a while now.
http://www.safer-networking.org/en/download/index.html
mmmk, I forgot to mention the last time I checked was almost 3 months ago and this thread just happend to remind me. Which is the reason I asked here before checking it out.
I was working 60hrs a week with no days off and this week has been the most time I've spent on my computer in the last 3 months since my services were no longer needed.
Despite the smartassedness, thx for the link MD
Posted: Wed Aug 11, 2004 3:59 pm
by Flatlander
Download it again, cuz version 1.2 of SE is now out.
Posted: Wed Aug 11, 2004 4:26 pm
by Duper
DUUUDE!
Posted: Wed Aug 11, 2004 6:43 pm
by MD-2389
Grendel wrote:Hm, looks like 1.3 broke 1.2's update feature. Sux.
Checksum error?
Use another mirror.
edit:
New AAW version launches alot faster, and has a smaller memory footprint. Good stuff! Its finally skinnable too!
Posted: Sun Aug 15, 2004 12:22 pm
by Matrix
Flatlander wrote:Download it again, cuz version 1.2 of SE is now out.
u mean 1.02
also 1.03 is out now so download em again =)
Posted: Sun Aug 15, 2004 6:59 pm
by Genghis
If any of you guys like to run Adaware as a scheduled task while you're asleep, you'll be dissappointed to hear they no longer support command line options for the free version. However, I took some dude's VB script and modified it to run Adaware automatically while you're afk:
'Please leave this in: - Created By Russell Dyas 2004 (Use at own risk)
' modified by Steve Brueckner 2004 to add web update functionality (still use at own risk)
'
'The sleep lines may need altering if your system is slow. Basicly the number is amount of seconds
'with 000 added on end (ms -> sec) so first one is 6 secs second one 1 sec.
'
'if using in task scheduler will need to remove msgbox lines can leave last one in
'
'use at own risk.
'
'Not supported by lavasoft: unoffcial
'msgbox "Please Do Not Touch The Computer After You Have clicked OK Until You Get A Message Saying You Can"
Set WshShell = WScript.CreateObject("WScript.Shell")
'WshShell.Run ("Ad-Aware.exe")
WshShell.Run ("C:\PROGRA~1\Lavasoft\AD-AWA~1\Ad-Aware.exe")
WScript.Sleep 6000 'wait 6 seconds for ad-aware to start up
WshShell.AppActivate ("Ad-Aware SE Personal")
WshShell.SendKeys "{tab}" 'now in main window (status)
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys " " 'go to web update window
WScript.Sleep 1000 'wait 1 sec for web update window to load
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys " " 'connect
WScript.Sleep 5000 'wait 5 sec to check for updates
WshShell.SendKeys " " 'download or ack no updates available
WScript.Sleep 15000 'wait 15 sec to download updates (if any) - make longer for 56K
WshShell.SendKeys " " 'finish web update (if there even was one)
WScript.Sleep 1000 'wait 1 sec for main status window to load
WshShell.SendKeys "{tab}" 'now in main window (status)
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys " " 'now in main window (scan)
WScript.Sleep 1000 'wait 1 sec for main scan screen to load
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "{tab}"
WshShell.SendKeys " " 'begin scanning
'msgbox "You May Now Use Your Computer Please Leave Ad-Adware SE Running."