Jump to content

Ad-Aware SE Personal 1.01


kornychaos

Recommended Posts

There are also some registry entries you could export to get the shell extension "Scan with Ad-Aware", but personally I would rather do without it. Too many of those shell extensions really start to look messy after a while and may even make Explorer less stable.

Link to comment
Share on other sites


for pro version 1.02

Set WshShell = WScript.CreateObject("WScript.Shell")

'To Simulate Keystrokes

WshShell.Run app & "%systemdrive%\install\aawsepro\aawsepro.exe"

WScript.Sleep 10000

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{TAB 2}"

WScript.Sleep 500

WshShell.SendKeys " "

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.Sleep 4000

WshShell.SendKeys "{ESC}"

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 500

WshShell.SendKeys "{ENTER}"

WScript.quit

Link to comment
Share on other sites

I tried the vbs script but it didn't work. Plus, when I finished the installation and run SE it reported v1.03 is now available. Will work on the script file for automation. If anyone can provide a silent way to install AdAware SE, please post here.

Link to comment
Share on other sites

I finally found a solution to install Adaware SE 1.03 silently.

start /wait t:\aawsepersonal.exe /S

taskkill /IM Adaware.exe /F

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

works perfectly. ..:D

Link to comment
Share on other sites

I finally found a solution to install Adaware SE 1.03 silently.

start /wait t:\aawsepersonal.exe /S

taskkill /IM Adaware.exe /F

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

works perfectly. ..:D

Firstly let me say im just dipping my toes here so excuse me dumb question taskkill do you need a plugin to add this or just add line to command please.

Link to comment
Share on other sites

I finally found a solution to install Adaware SE 1.03 silently.

start /wait t:\aawsepersonal.exe /S

taskkill /IM Adaware.exe /F

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

works perfectly. ..:D

It sure does ! Thanks :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...