view history of ALL user accounts

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

Can I view a list of ALL web sites my computer went to,
regardless of who happened to be logged on at the time?
Much thanks
 
Hi Susan :-)

Susan said:
Can I view a list of ALL web sites my computer went to,
regardless of who happened to be logged on at the time?
Much thanks

One way is C:\Windows\Cookies

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.

HTH

Jan :)
 
Susan said:
Can I view a list of ALL web sites my computer went to,
regardless of who happened to be logged on at the time?
Much thanks

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"
</example>


HTH

Robert Aldwinckle
 

Ask a Question

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.

Ask a Question

Similar Threads

Why was I just banned for no reason? 2
Firefox Multi-Account Containers 1
History 6
Windows XP Prohibit record run history 0
IE History problem 3
Missing history in IE7 9
Unable to receive OTP codes via o2 6
history in internet explorer 4

Back
Top