|
LINKS Windows Software Internet
|
Reducing ads in Juno e-mailRevised 1-30-03 Juno supports their free e-mail through advertising. Your purchases help keep the system free. The problem is that the ads keep collecting on your system and take up space. These need to be deleted occasionally as part of your system cleanup. The process varies slightly from computer to computer. We will cover the general case here. Apparently even the Premium version collects ads based on your profile. Using this method of cleaning up your ads may help with the Premium version also. You can check to see if you have a folder in the Juno directory called "Ads". If you do, then this discussion is for you. Open the Windows Explorer or My Computer program and look for the following path: C:\Program Files\Juno and you will find a sub folder called "Ads". You can safely delete this folder and all it's contents. The next time you open Juno, the folder will be recreated ready for new ads. This gets rid of the old ads. You can do this as often as you like. If you do it every time you finish using Juno, the next time you open Juno, you will not see the ads. Please recognize that doing so defeats the ability of Juno to pay for your free service by selling advertising. That having been said, there are various ways to accomplish the task. (1) Do it manually as described above. (2) Create a batch file to do it automatically when activated. (3) Place a shortcut to the batch file in the startup folder and activate the batch file at startup. (4) Place a statement in the autoexec.bat file that deletes the folder each time you start the computer during the initial startup. I will describe methods 2-4. Creating a batch file For Windows 95 through 98: Open Notepad. Type this line: deltree /y c:\progra~1\juno\ads (or copy and paste) For
Me/XP: Open Notepad. Type this line: rmdir /q /s c:\progra~1\JUNO\ads
Save the file as junoad.bat (This gets somewhat tricky. In the Save As dialog box, type the full name and extension and change the file type to All Files). Choose a location. Can be on the Desktop or in the Juno folder. Some users create a folder under the C drive called Batch files just for holding such things. Test the file by activating it. It should open a DOS window and show the process of deleting the folder. If you get an error message, it will be because the Juno folder is not in the standard location. Look in C:\Juno and if that is the case, modify the line above in the batch file. To modify a batch file, open it in Notepad or right click the file and choose Edit. If you are using Me/NT/2000/XP, the file will be in the Documents and Settings subfolder. Remember, the command line is a DOS command and must contain only 8 characters in each entry. Notice that the "Program Files" sub folder is truncated to "progra~1". In NT/2000/XP, the "Documents and Settings" sub folder would be stated as "docume~1" I have created a batch file for Win9x/Me and another for NT/2000/XP. If you don't know how to make one as described above, e-mail me and I'll send it to you. Place a shortcut to the batch file in the startup folder Once you have created the batch file, you can use the Windows Explorer program to put a shortcut in the startup folder. This is done by right dragging the file into the startup folder and selecting "Create Shortcut". The easiest way to open Windows Explorer directly into the startup folder is to right click on the start button and select Explore. Modify the autoexec.bat file Start, Run (or use the shortcut key), type "sysedit". This opens the editor and displays the autoexec.bat file along with some others. Edit the autoexec.bat file to include any missing lines as follows: @echo
off Note:
If using NT/2000/XP, the line should read: Obviously if you have installed Juno in a different location, the path must reflect the correct location. Close sysedit, save changes. As a final note, you can add lines to the autoexec.bat to remove other unwanted stuff too. This is what a typical set of commands might look like as suggested by a reader: @echo
off Explanation: The deltree command deletes the entire folder and contents. The MD command makes a new directory (folder). In 2 cases, the folders are recreated by the program & an MD command is not necessary. Note also this method will slow down your startup somewhat. Especially running scandisk everytime. Also as noted above, the file may need variations depending on your file structure. For the more technically able, you might be interested in an e-mail I received about this web page and my answer: From
a reader looking at this web page: My
Answer: BTW, I did not tell David this, but I do not always agree with not updating. Many times the newer program has features worth having. On the other hand many times the new program will not work on older computers. Every case is individual. My basic advice is "If it works - don't fix it". |
Note: this site is provided free. Donations are accepted to help support the
work. Click here for instructions.
© 2000-2007, FMS All Rights Reserved.
All original material
on this site is copyrighted.
Copyrighted material from other sources and/or trademarked material
is the property of the respective owner.
If anyone feels any material on this site violates these rights, please E-Mail
me using the link above