#58840 - 2001-09-06 12:42 AM
Remove AOL Instant Messanger (AIM)
|
Anonymous
Anonymous
Unregistered
|
Some of our users are installing AOL Instant Messanger. Does anyone have a script prepared to remove this from their systems. Our client PCs are running Windows 2000. This would save me a ton of time! Thanks in advance
|
Top
|
|
|
|
#58846 - 2001-09-07 10:24 PM
Re: Remove AOL Instant Messanger (AIM)
|
Anonymous
Anonymous
Unregistered
|
Couldn't you just delete a few registry keys and the exe file similar to what is done in this posting...Topic: Howto: Disable MSN Messenger Service I'm sure it is a lot harder to do then how I describe it. Calling exe files from scripts make my corporate company nervous... Thanks!
|
Top
|
|
|
|
#58848 - 2001-09-08 06:28 AM
Re: Remove AOL Instant Messanger (AIM)
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11625
Loc: CA
|
Radimus and ThomasI have completed a program to remove the AOL Instant Messenger v4.7 from a Windows machine. I have emailed the program to your respective email accounts. The program is 146K in size (fairly small), and it takes less then 10 seconds to completely remove AOL IM 4.7 This program runs almost completely silent except for a quick DOS box. Please let me know if you have any problems with the program or how it works on your systems. AOL Instant Messenger http://www.aol.com/aim/download.html Kind Regards...
[ 09 September 2001: Message edited by: NTDOC ]
|
Top
|
|
|
|
#58850 - 2001-09-17 10:23 PM
Re: Remove AOL Instant Messanger (AIM)
|
brewdude6
Hey THIS is FUN
Registered: 2000-10-21
Posts: 280
Loc: Nashville, TN
|
I'd be interested in testing this script out NTDOC. owenstony2@hotmail.com
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs. -Mark Twain
|
Top
|
|
|
|
#58852 - 2003-04-01 09:02 PM
Re: Remove AOL Instant Messanger (AIM)
|
zcolton
Fresh Scripter
Registered: 2003-03-05
Posts: 6
Loc: New Jesey USA
|
I use the following code in my logon script to remove AOL IM.
code:
shell '%comspec% /c deltree /y "C:\WINDOWS\Start Menu\Programs\AOL Instant Messenger"' shell '%comspec% /c deltree /y "C:\Program Files\AIM95"' shell '%comspec% /c deltree /y "C:\WINDOWS\Application Data\Aim"' DEL("C:\WINDOWS\Start Menu\FREE*.*") DEL("C:\WINDOWS\Desktop\FREE*.*") DEL("C:\WINDOWS\Favorites\FREE*.*") DEL("C:\WINDOWS\SendTo\AIM Share.lnk") DEL("C:\WINDOWS\SendTo\AIM Buddy.lnk") DEL("C:\WINDOWS\Profiles\@USERID\Application Data\Microsoft\Internet Explorer\Quick Launch\AOL Instant Messenger.lnk") DEL("C:\WINDOWS\Desktop\AOL Instant Messenger.lnk") DEL("C:\WINDOWS\Application Data\Microsoft\Internet Explorer\Quick Launch\AOL Instant Messenger.lnk") $NULL=DELVALUE("HKLM\Software\Microsoft\Windows\CurrentVersion\Run","AIM") $NULL=DELVALUE("HKEY_USERS\.DEFAULT\Software\Microsoft\MessengerService",@) $NULL=DELVALUE("HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\FeatureComponentID","{47f67d00-9e55-11d1-baef-00c04fc2d130}") $NULL=DELVALUE("HKEY_CURRENT_USER\Software\Microsoft\MessengerService",@) $NULL=DELVALUE("HKCU\Software\Microsoft\Windows\CurrentVersion\Run","AIM") $NULL=DELTREE("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\AOL Instant Messenger") $NULL=DELTREE("HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\aim.exe") $NULL=DELTREE("HKLM\Software\Clients\IM\AIM") $NULL=DELTREE("HKLM\Software\CLASSES\MIME\Database\Content Type\application/x-aim") $NULL=DELTREE("HKLM\Software\CLASSES\arzfile") $NULL=DELTREE("HKLM\Software\CLASSES\arffile") $NULL=DELTREE("HKLM\Software\Classes\AOLMessengerApp.1") $NULL=DELTREE("HKLM\Software\Classes\AOLMessengerApp") $NULL=DELTREE("HKLM\Software\Classes\AOL Instant Messenger.ConfigFile") $NULL=DELTREE("HKLM\Software\CLASSES\aim.protocol.1") $NULL=DELTREE("HKLM\Software\CLASSES\aim.protocol") $NULL=DELTREE("HKLM\Software\CLASSES\aim") $NULL=DELTREE("HKLM\Software\Classes\.blt") $NULL=DELTREE("HKLM\Software\CLASSES\.arz") $NULL=DELTREE("HKLM\Software\CLASSES\.arf") $NULL=DELTREE("HKLM\Software\CLASSES\.aim") $NULL=DELTREE("HKLM\Software\America Online") $NULL=DELTREE("HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\{AC9E2541-2814-11d5-BC6D-00B0D0A1DE45}") $NULL=DELTREE("HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed Components\{47f67d00-9e55-11d1-baef-00c04fc2d130}") $NULL=DELTREE("HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{FB7199AB-79BF-11D2-8D94-0000F875C541}") $NULL=DELTREE("HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{BAEB32D0-732D-11d2-8BF4-0060B0A4A9EA}") $NULL=DELTREE("HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{59EC0340-7506-11D2-B05F-00C04F7F89FE}") $NULL=DELTREE("HKEY_LOCAL_MACHINE\Software\CLASSES\AOL.MessengerApp.1") $NULL=DELTREE("HKEY_LOCAL_MACHINE\Software\CLASSES\AOL.MessengerApp") $NULL=DELTREE("HKEY_CLASSES_ROOT\CLSID\{FB7199AB-79BF-11D2-8D94-0000F875C541}") $NULL=DELTREE("HKEY_CLASSES_ROOT\CLSID\{BAEB32D0-732D-11d2-8BF4-0060B0A4A9EA}") $NULL=DELTREE("HKEY_CLASSES_ROOT\CLSID\{59EC0340-7506-11D2-B05F-00C04F7F89FE}") $NULL=DELTREE("HKEY_CLASSES_ROOT\AOL.MessengerApp.1") $NULL=DELTREE("HKEY_CLASSES_ROOT\AOL.MessengerApp") $NULL=DELTREE("HKCU\Software\America Online")
|
Top
|
|
|
|
#58856 - 2003-07-10 06:00 PM
Re: Remove AOL Instant Messanger (AIM)
|
gcfiend
Fresh Scripter
Registered: 2003-03-13
Posts: 6
Loc: Phoenix, AZ
|
I would be very intrested in a KiX script that would remove AOL IM. Your expertise and infinite wisdom in all matters concerning KiX is greatly needed! (Who say's sucking up does't work!!)
Seriously though it would help me with the IM issue I'm currently having. I'm a newbie to KiX and would appreciate a post of a removal script to "leech" from. I find it the best way to learn KiX scripting.
Thanks for emailing me the RemoveAolIM47.exe!
|
Top
|
|
|
|
Moderator: Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart
|
1 registered
(Allen)
and 2145 anonymous users online.
|
|
|