Jump to content

Ad-Aware SE Personal 1.01


kornychaos

Recommended Posts


ive just been playing with it & seen on the forums.. they didnt include any commandline options (besides /S) it brings up the manual & scan

only way 2 kill these apparently are taskkill

they have included commandline options for pro version of it..

IMO cheap tactic to get u 2 buy it :)

start /wait adawaresepersonal.exe /S
taskkill /IM Ad-Aware.exe /F
taskkill /IM hh.exe /F

regards

Link to comment
Share on other sites

It's unfortunatly not working..

with /S is fine but start the help file and automaticly the scan the machine.

So I also tryed those task :

askkill /IM Ad-Aware.exe /F

taskkill /IM hh.exe /F

but after I have the webupdate hanging for a few secondes and then start adaware without scanning....

could anyone help me..??

thanks

Link to comment
Share on other sites

hi.. just do this instead.. (for your info adaware released 1.02 of SE)

copy the directory C:\program files\lavasoft

to $OEM$\$progs\<paste here>

next use the shortcut.exe & make shortcuts if u want them.. thats easier & u dont have it scanning your pc during setup or popping up the help file

regards

Link to comment
Share on other sites

function getWin(win, inc)

{

var cntr = 0;

while (!WshShell.AppActivate(win))

{

if (cntr==12) return true;

cntr++;

WScript.Sleep(inc);

}

return true;

}

var WshShell = new ActiveXObject("WScript.Shell");

var oExec = WshShell.Exec("adawarese.exe");

while (oExec.Status == 0)

{

WScript.Sleep(2000);

getWin("Adaware Setup", 300);

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(2000);

WshShell.SendKeys ("{TAB}");

WScript.Sleep(500);

WshShell.SendKeys (" ");

WshShell.SendKeys ("{TAB}");

WScript.Sleep(500);

WshShell.SendKeys (" ");

WshShell.SendKeys ("{TAB}");

WScript.Sleep(500);

WshShell.SendKeys (" ");

WScript.Sleep(1000);

WshShell.SendKeys ("%{F4}");

}

WScript.quit();

Link to comment
Share on other sites

Just simply use MCT's tips

Copy the installed folder "Lavasoft" with Adware files included to

"$OEM$\$PROGS"

Then create a shortcut of Adware, using .cmd batch to move the shortcut to Desktop or the place you want....

Thx MCT for the tips

Work fine for me!!

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...