PC Review


Reply
Thread Tools Rate Thread

Deleting a web address from the Address Bar History

 
 
batvanio@gmail.com
Guest
Posts: n/a
 
      26th Jan 2006
Hi,
I cannot delete an existing web address from my IE address bar history
(the address is something like http://www.tomshardware.com/....)

I tried the folowing:
- Clearing the history from Tools-Internet Options-General Tab
- Deleting files(incl. offline content), Deleting cookies
- Tools-Internet Options-Content tab - Autocomplete - Clearing forms
and passwords
- Clearing the history from Tools-Internet Options-General Tab -
Temporary internet files - settings - Viewed all objects and files -
Not there!
- Deleted the registry entry HKEY_USERS\Software\Microsoft\Internet
Explorer\TypedURLs
- Deleted all Index.dat files from mu user folder under Documents and
Settings
- Searched the registry for the URL - not there!
- Searched the disks for the URL - not there!
- Searched all my files content for the URL - not there! (must be
encrypted or compressed)

Nothing helps and I ran out of options. Any idea anyone?

Thanks,
Ivan

 
Reply With Quote
 
 
 
 
Alan Edwards
Guest
Posts: n/a
 
      26th Jan 2006
In what operating system?

This used to apply in Win9x but I don't have the same Registry key in
XP:

AutoComplete, Web Addresses:
HKEY_LOCAL_MACHINE\Software\Microsoft\Protected Storage System
Provider\<user name or windows logon name>

....Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.html



On 26 Jan 2006 11:45:36 -0800, (E-Mail Removed) wrote:

>Hi,
>I cannot delete an existing web address from my IE address bar history
>(the address is something like http://www.tomshardware.com/....)
>
>I tried the folowing:
>- Clearing the history from Tools-Internet Options-General Tab
>- Deleting files(incl. offline content), Deleting cookies
>- Tools-Internet Options-Content tab - Autocomplete - Clearing forms
>and passwords
>- Clearing the history from Tools-Internet Options-General Tab -
>Temporary internet files - settings - Viewed all objects and files -
>Not there!
>- Deleted the registry entry HKEY_USERS\Software\Microsoft\Internet
>Explorer\TypedURLs
>- Deleted all Index.dat files from mu user folder under Documents and
>Settings
>- Searched the registry for the URL - not there!
>- Searched the disks for the URL - not there!
>- Searched all my files content for the URL - not there! (must be
>encrypted or compressed)
>
>Nothing helps and I ran out of options. Any idea anyone?
>
>Thanks,
>Ivan

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a
 
      30th Jan 2006
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> I cannot delete an existing web address from my IE address bar history
> (the address is something like http://www.tomshardware.com/....)
>
> I tried the folowing:
> - Clearing the history from Tools-Internet Options-General Tab
> - Deleting files(incl. offline content), Deleting cookies
> - Tools-Internet Options-Content tab - Autocomplete - Clearing forms
> and passwords
> - Clearing the history from Tools-Internet Options-General Tab -



That was a good idea. We suspect that when it is reinitialized that
the History may be seeded with URLs from those sources.
Also I suspect the URLs from some Favorites get the same treatment.

You can check if the reinitialized History contains the problem URLs
by navigating to its History.IE5 folder (e.g. in a cmd window) and entering:

find /i "Visited:" index.dat

If you find it there the usual suggestion is to *delete* the History
folder from another account with administrative authority.
E.g. that may avoid the possibility of the History being reinitialized
by the Clear History command. Note: a new History folder *will* be
created the next time the user opens IE but it is hoped that the
same initialization that the Clear History command did won't be redone.


> Temporary internet files - settings - Viewed all objects and files -
> Not there!



AFAIK AutoSuggest doesn't use the TIF as a source for its entries.


> - Deleted the registry entry HKEY_USERS\Software\Microsoft\Internet
> Explorer\TypedURLs
> - Deleted all Index.dat files from mu user folder under Documents and
> Settings
> - Searched the registry for the URL - not there!



Unfortunately, RegEdit would not enable you to find entries which
are either encrypted or even just represented by binary strings,
especially if they are coded as doublebyte characters.


> - Searched the disks for the URL - not there!
> - Searched all my files content for the URL - not there! (must be
> encrypted or compressed)



Same problem with that approach. Search Companion only looks for
plain text (e.g. ASCII) not doublebyte strings.

Tip: one way to find doublebyte strings is to use findstr /s /m /i
and take advantage of its regular expression pattern feature
to look for strings which would mostly likely be such doublebyte strings.
E.g. to list all files which contain a doublebyte instance of the word text
under the current directory enter (in a cmd window):

findstr /s /m /i ".t.e.x.t" *.*

Hint: you won't find stuff in files which are protected
unless you make copies of them or unprotect them.


>
> Nothing helps and I ran out of options. Any idea anyone?



Besides the above modifications to what you have already tried
if the source is the registry you could use RegMon to trace
IE's accesses and then do finds in the RegMon trace.
E.g. even if the data being accessed is represented as binary
values or doublebyte strings it may appear in the trace as
character data and therefore be more readable and more findable.


>
> Thanks,
> Ivan
>



Good luck

Robert Aldwinckle
---



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
deleting address history Windows XP Internet Explorer 2 21st May 2004 10:49 PM
NOT deleting address bar history =?Utf-8?B?c211cmYyNTE=?= Windows XP Internet Explorer 0 23rd Apr 2004 05:11 AM
deleting address history =?Utf-8?B?cGlncGVu?= Windows XP Help 0 29th Jan 2004 11:21 PM
deleting address bar history lisa mullins Windows XP Basics 0 15th Sep 2003 11:32 PM
deleting address bar history Tracey Windows XP Internet Explorer 3 23rd Jul 2003 04:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:07 PM.