Jump to content

*XPClean One-Click*


Valuater
 Share

Recommended Posts

v1.0.2

completely re-written using arrays

now searches for installed programs

downloads to a desktop folder

100 lines shorter

any problems or ideas... let me know

8)

I'm really scared of ur script

I don't think I'm gonna be near ur creativity even after 5 years

nice job u made me wanna learn more

[quote]Baby you're all that I want, When you're lyin' here in my armsI'm findin' it hard to believe, We're in heavenAnd love is all that I need , And I found it there in your heartIt isn't too hard to see, We're in heaven .Bryan Adams[/quote].............................................................................[u]AUTOIT[/u]

Link to comment
Share on other sites

  • 1 month later...

It seems as though XPClean.au3 is only downloading the updates to Ad-Aware. It happens too quick for it to actually do a scan.

Do I have something configured wrong? Is that what it's supposed to do?

This is my settings file:

[settings]

WaitTime=15

UseCount=47.5

[Config]

Ad-Aware SE=On

SpyBot S&&D=On

Windows Defender=Off

AVG Anti-Virus=Off

*XPClean* Auto-Run=Off

Clean Manager=Off

Crap-Cleaner=Off

Defragment Boot Files=Off

Defragment C:\ Drive=Off

Defragment D:\ Drive=Off

[Options]

ShutDown=Off

ReBoot=Off

StartUp=Off

RunTime=Off

Thank you,

Docfxit

It's set up to do a quick scan. If you want to modify it to do a full scan, go to the adaware function and add this to the loop:

If $Click = 1 Then
        If ControlCommand($MainWindowTitle, '', 'TACGFXcheckbox3', 'IsVisible', '') Then; 2nd page
            ControlClick($MainWindowTitle, '', 'TRadioButton1')
            $Click = 2
        EndIf
        ContinueLoop
    EndIf

You will, of course, have to renumber the current Click 1 through Click 6 to be Click 2 through Click 7.

Link to comment
Share on other sites

  • 9 months later...

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
 Share

  • Recently Browsing   0 members

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