@ECHO OFF ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ Disable AIM Today ³ ECHO ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ In order to disable your AIM Today window ³ ECHO ³ we will need to know your ³ ECHO ³ screen name. Please enter this information ³ ECHO ³ below with all spaces removed and in all ³ ECHO ³ lower case. (ie. "ScrEEn Name 123" will be ³ ECHO ³ entered in as "screenname123"). ³ ECHO ³ ³ ECHO ³ Please double-check that you spelled your ³ ECHO ³ name correctly, that no spaces are ³ ECHO ³ included, and that everything is lower ³ ECHO ³ case because the program will not do it ³ ECHO ³ for you. ³ ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ECHO. SET /p sn=Screen Name : ECHO Windows Registry Editor Version 5.00 > %SystemDrive%\reset.reg ECHO. >> %SystemDrive%\reset.reg ECHO [HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users\%sn%\Misc] ECHO "LoginCount"=dword:0000000f ECHO "ShowAimTodayWindow"=dword:00000000 ECHO "SegmentType"="0" REGEDIT /s %SystemDrive%\reset.reg DEL %SystemDrive%\reset.reg CLS ECHO The AIM Today window should no longer show up. Please restart AIM to test it out. ECHO. PAUSE