Is there a tool that will show me what files have changed over a period of time on either a Windows CE or Windows Mobile device? The reason I want this is I am trying to figure out exactly where IE history is stored. I was going to start the file watcher, delete my history, and then see what has changed.
|
feedback
|
closed as off topic by slhck, Kyle, Wuffers, squircle, Nifle May 14 '11 at 14:15
Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.
|
There is a software app that resembles Filemon for full blown windows called CEMon. You can get it here: | |||
feedback
|
|
I saw your question about this topic in SO. I think it is possible that IE history is saved in the Windows Registry. I was going to recommend you to use "Remote Registry Editor" provided with Visual Studio in order to take two screen shots of the registry, after and before doing some browsing. Then you can use a diff tool (winmerge for example) to locate the registry keys that where changed. | |||
|
feedback
|