Where is Internet Explorer history stored on a Windows CE or Windows Mobile device? I am looking for the file or registry location, not just how to see it from IE.

link|improve this question
possible duplicate of File Monitor For Windows CE/Mobile – Kyle May 13 '11 at 19:45
I have absolutely zero experience with Windows CE (I'm an android user) , but in regular windows it's stored in "C:\Users\<your name>\AppData\Local\Microsoft\Windows\History". – Blomkvist May 13 '11 at 20:34
feedback

closed as off topic by Kyle, Wuffers, Sathya May 15 '11 at 9:56

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

up vote 0 down vote accepted

I believe that it is in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\My Documents\IE\History

link|improve this answer
Thanks! That registry key contained entries that give file paths for different things including internet history. The path it showed for history was Windows/Profiles/guest/History. In that folder I found a subfolder called History.IE5 which contains index.dat. It is not a clear text file but parts of it are in clear text and start with visited:URL. Hopefully I can parse it. – INTPnerd May 13 '11 at 21:06
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.