If you have a log on, it will tell you who went where. Mine tells me my log
on name, the date and time of each access to the Internet. I'm sure there
are other ways that may be much more informative.
Here is my latest reply to this infrequently asked question.
Use Google Groups to find other variations of it.
<repost>
In the index.dat files under hidden folder History.IE5
To see them I do this:
<example>
cd /d %USERPROFILE%\Local Settings\History\History.IE5
find /i "Visited:" index.dat
</example>
There may be more (different ones) in that folder's subdirectories
but they don't have that eyecatcher to help list them. However,
you could do something like this (in NTx) to achieve a similar result:
for /d %d in (*) do find /i "http://" "%d\index.dat"
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.