|
-
Oct 9th, 2000, 09:32 AM
#1
Thread Starter
Member
How do I delete the history inside of internet explorer... I can delete everything in the history folder but when you click the address bar they are still there. I need to delete the history like you do when you go to the tools menu and click clear history..
Help
...
-
Oct 9th, 2000, 10:42 AM
#2
Junior Member
In Internet Explorer, try <tools>, <Internet Options...>, <Clear History>.
-
Oct 9th, 2000, 10:51 AM
#3
Code:
'clear all history.
Shell "DELTREE /Y C:\WINDOWS\HISTORY\*.*"
Shell "DELTREE /Y C:\WINDOWS\TEMPOR~1\*.*"
-
Oct 9th, 2000, 10:56 AM
#4
Thread Starter
Member
Nice but.....
That works for the actual files but Internet explorer keeps those files stored in it when you click the dropdown address bar. I can delete the files but i was wondering if it is possible through some wierd call to delete those out of IE?
Thanks anyways
-
Apr 18th, 2001, 08:10 PM
#5
Member
IE History
cls224,
I believe what you are looking for can be found in the Registry Branch:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs
-Strangely enough the DELTREE commands DON'T work on my machine, so if you got some other method of doing this post a reply!
Diplomacy is being able to tell someone to go to hell in such a way, that they actually look forward to the trip.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|