Help - Search - Members - Calendar
Full Version: Completely Remove AOL 9.0
Neowin Forums > Help & Discussion Center > A Collection of Essential Guides
war
Hi,

This evening I had the task of removing AOL 9.0 crap from over 50 PCs. sad.gif

Well, in doing so I came up with a simple set of batch files to get the job done.

Figured I'd ago ahead and post it for those of you who are also in the business of cleaning up crap off of clients PCs.

http://rapidshare.com/files/8351265/cleanUpAOLFull.exe.html

I've modified the script a bit so you know what is happening and asks permission first of course... So no problem if you run on accident.

It gets rid of everything installed by AOL including Quick Time and Real Player, so if you want these appz you will have to reinstall after running the script. Or just modify the script so it no longer does. It's pretty simple to figure it out...

Also make sure you reboot after running the script as the uninstall is not completed yet...

Let me know if you have any trouble,

Will

Update:

Quote -
Small Update!!

This one removes AOL Version 10, also known as AOL Desktop Version 2.7.11.1.

Download Mirrors:

Quote -

Again it is just a simple batch script...

So double click the .exe and it will extract to a folder on the desktop and launch the script.

Again the script will ask if you wish to continue first if you did not mean to run it.

AOL did a pretty good job this time around, but they did change IE's home page so this sets it back to google.com.

This time around, it also removes some left over registry keys and again removes left over files and folders.

OH and when its done it will delete everything in the TEMP directory so make sure there is nothing in there you need.

Enjoy,

Will
halcyoncmdr
Is there a specific order that they need to be run in? I'm not an expert in batch files, so I feel the need to ask. smile.gif

My guess is you start with start, but I want to make sure that's all I really need to do lol.
adversedeviant
theres only one batch file.
halcyoncmdr
Well, like I said I'm no expert, heck I'm a novice let's face it smile.gif. I got confused when there was more than a simple "click here to let it go" kind of thing. I thought batch files had a .bat ending also?
MasterC
Quote - (halcyoncmdr @ Dec 20 2006, 21:08) [snapback]588154473[/snapback]

I thought batch files had a .bat ending also?

He packaged the batch file in an executable so it's easier to use
halcyoncmdr
Ah ok, that explains it then smile.gif
Aud
thumbs_up.gif Nice work!

AOL and Real are like digital cancers.
L3thal
Excellent Tool! thumbs_up.gif
Echilon
Even better would be to not install it in the first place tongue.gif
Rappy
Quote - (Echilon @ Dec 28 2006, 21:59) [snapback]588174875[/snapback]

Even better would be to not install it in the first place tongue.gif


I had to disable it on my dads laptop last night but unfort his laptop comes with the darn thing so you have to get rid of so this tool will be useful thanks!!! smile.gif
MchWalte
What all AOL programs does it remove? Does it also clean out registry items of AOL and folder/files left behind? This may be useful has I beta test a lot of AOL products and after a while I like to do what I call a "clean up" of all of AOL programs on my computer and reinstall. This would save a lot of time.
war
MchWalte, it removes all programs installed by AOL. Take a look at the simple batch files in the install directory.

All desktop and shortcut items are removed, as well as Services. And yes it also removes all left over folders.

Also stops aol from running on startup and then uninstalls all the programs installed by AOL.

At the time I did not really care about registry left overs.... Dont have the time to test at the moment...

But feel free to post left over registry items and I'll add to the batch to remove them all...

Quote - (halcyoncmdr @ Dec 21 2006, 00:02) [snapback]588154465[/snapback]
Is there a specific order that they need to be run in? I'm not an expert in batch files, so I feel the need to ask. smile.gif

My guess is you start with start, but I want to make sure that's all I really need to do lol.
Yes that is correct.. That is all the simple rar .exe does.. That is it first runs start.cmd ...
MchWalte
Quote - (war @ Jan 2 2007, 00:03) [snapback]588185810[/snapback]
MchWalte, it removes all programs installed by AOL. Take a look at the simple batch files in the install directory.

All desktop and shortcut items are removed, as well as Services. And yes it also removes all left over folders.

Also stops aol from running on startup and then uninstalls all the programs installed by AOL.

At the time I did not really care about registry left overs.... Dont have the time to test at the moment...

But feel free to post left over registry items and I'll add to the batch to remove them all...

Yes that is correct.. That is all the simple rar .exe does.. That is it first runs start.cmd ...


Thanks. I'm not going to do it right now, but I will right before I install Vista (31st). I'll let ya know. wink.gif
Laptops n linksys
AOL

A** holes
On
Line ???
MchWalte
Quote - (bob_smith @ Jan 10 2007, 13:56) [snapback]588213426[/snapback]
AOL

A** holes
On
Line ???


Nice second post! rolleyes.gif
daddylogan
I noticed one of the links doesn't work. Do we only need the cleanupAOL.exe to do this or am I missing something?

Thanks,

peace out,
daddylogan
nilsHaus
Link Expired, can we get an update?
war
Quote - (nilsHaus @ Jan 27 2007, 15:40) [snapback]588265436[/snapback]
Link Expired, can we get an update?
http://download.yousendit.com/05DEBA0413AD607F

http://www.filecrunch.com/file/~0qmvfo
war
Quote - (daddylogan @ Jan 12 2007, 20:25) [snapback]588221411[/snapback]
I noticed one of the links doesn't work. Do we only need the cleanupAOL.exe to do this or am I missing something?

Thanks,

peace out,
daddylogan
Yes that is all you need, simply run it! smile.gif It's just a simple batch script. Feel free to extract it via the likes of winrar to see exactly what happens.
nilsHaus
Thank you very much smile.gif

Though, I'm curious, as to why it is named as it is.
war
Small Update!!

This one removes AOL Version 10, also known as AOL Desktop Version 2.7.11.1.

Download Mirrors:

Quote -

Again it is just a simple batch script...

So double click the .exe and it will extract to a folder on the desktop and launch the script.

Again the script will ask if you wish to continue first if you did not mean to run it.

AOL did a pretty good job this time around, but they did change IE's home page so this sets it back to google.com.

This time around, it also removes some left over registry keys and again removes left over files and folders.

OH and when its done it will delete everything in the TEMP directory so make sure there is nothing in there you need.

Enjoy,

Will
mujjuman
wow man thanks
ozgeek
Why not integrate all these scripts into one file by using IF and GOTO commands and if you'd like you could add this to the one where it tells you can delete the install folder. Deleting the install folder can be done automatically by using:

rd %systemdrive%\install /S /Q

/S tells it to delete this install folder and it's files inside. /Q does this silently but if you want it to ask you if you want to delete, remove /Q.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.