Link to home
Start Free TrialLog in
Avatar of csho
cshoFlag for United States of America

asked on

How can I prove which PC/User a specific index.dat file came from?

I need to somehow archive an index.dat file for legal purposes, and would rather not leave it on the PC itself just in case something happens to it. I know I can copy if off, but how can I retain information on where it came from. Is there something within the index.dat file that shows which user / mac address / anything that this file was copied from?
Avatar of fpthree
fpthree

Well there are several viewers out there that will allow you to export the data into an excel format.
I'm not sure if Index.dat files carry over anymore information then which user is accessing the site.
Typically, it's associate with the users profile and not the hardware of the machine the user is accessing it from. If you're interested in a few viewer, finder and exporter of index.dat files I would recommend http://www.stevengould.org/software/indexdatspy/download.html it's a standup piece and doesn't install anything more then the program.
Avatar of Asta Cu
That's a tough one, since there are numerous ways that users may impact your success.  This general google search shows you some of them.....
http://www.google.com/search?hl=en&q=audit+index.dat
It will also show you records of applications indexed by the user profile.
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yeah -
I guess you can right a batch file or VB script or adm to the users profile logon/script.
write the script to xcopy /O such as jkr suggested and the attributes of the file will carry over to it's destination. However, isn't that switch only supported by Windows 2000? Just curious.