To totally unlock this section you need to Log-in
Login
Scenario
You visited a great web site on Thursday, but forgot to bookmark the URL. Now it's Sunday and you can't remember how to get back there. This is where the Internet Explorer History folder comes in handy.
But just as it lets you trace back your Internet browsing steps, others can also use it to see where you've been. If the downside seems greater than the upside, here's how you can delete the Internet Explorer History and how you can prevent it from being stored in the future.
Time Required: 5 minutes
Here's How:
Cleaning Cookies
Internet Explorer caches web pages you visit and cookies coming from those pages. While designed to speed up browsing, if left unchecked the burgeoning folders can sometimes slow IE to a crawl or cause other unexpected behavior.
In general, the less is more principal works well here - keep the Internet Explorer cache small and clear it often. Here's how.
FAQ's
Question: Why would I want to delete my temp folder?
Answer: Every-time you install something, browse the net, play a game, or even watch a high quality movie. The streaming of a movie, pre-level rendering of a game, online temp files and Installation files.
Question: Does this prevent me from using the temp folder?
Answer: Not at all it only deletes the files within it that are volatile.
Question: How do I get the temp folder back after deleting it?
Answer: Each time you delete the temp folder, it is not gone forever! The temp folder is recreated upon any software utilizing it! In other words, if you delete it and then you play a certain game or install software. The folder is recreated again clean!
Question: What are the benefits of doing so?
Answer: You will always have a clean temp folder as well as save your hard drive space.
Cleaning with an Old but good Batch DOS
Purpose
When you install a program or play certain games, they leave file "residue"! It does not erase itself. You have to erase it yourself. I will be showing you how to create a batch file that will auto delete the temp folder upon boot, as well as a shortcut for those who surf the net a lot!
As for those who play intensively with many different games, it will clean out the temp file of old graphics that where stored in the temp folder. If you are constantly installing and uninstalling software or if you just had your Desktop/Laptop for a while and just want to clean it!? Then this is what you need.
These two tutorials are for use with notepad only. Just copy and paste the codes below to notepad and space them out appropriately. Now save as with all files selected and name the Temp "CleanTemp.bat" and name the Cookies "CleanCookies.bat" place them in the same folder.
REM #1 TEMP
@echo on
@echo Starting Temp Clean Up!
rmdir "%userprofile%\AppData\Local\Temp" /s /q
@echo Finished Temp Clean Up!
call "CookiesCLN.bat"
@echo off
@pause
#2 COOKIES
@echo on
@echo Starting Cookie Clean Up!
rmdir "%userprofile%\AppData\Roaming\Microsoft\Windows\Cookies" /s /q
rmdir "%userprofile%\AppData\Roaming\Microsoft\Windows\Cookies\Low" /s /q
@echo Finished Cookie Clean up!
@echo off
Now what you are going to do is, create a shortcut to the temp folder to the desktop.
Other then that you will have it work for you automatically every time you log onto yourDesktop/Laptop.
SOURCE | LINK | LANGUAGE | ENGLISH |
Clear the Internet Explorer History Folder and Cookies – http://heelpbook.altervista.org/?p=37355 – HeelpBook – Visit http://www.heelpbook.net OR http://mobile.heelpbook.net on your tablet! #heelpbook #howto #tutorial #internet