Physical location of internet Explorer V11 history
I am searching an answer to my question but i failed to find since two weeks . I'm developing an application that recuperate history and information about browsers . I didn't find any problem while analyzing history of chrome and Firefox . But for Internet Explorer 11 , i didn't find where It stores its history .Can some one know physical path of usefull files that stores history and other information .
I find c:/users/username/appdata/local/microsoft/windows/inetcache
It contains many files but i think it is useless files . I'm using windows 8.1 .
32 Answers
Finally , i find usefull link Read here
Internet Explorer stores its history in C:\Users\\AppData\Local\Microsoft\Windows\WebCache\ in file called WebCacheV01.dat (Extensible Storage Engine ) database .
From past experience with looking for forensic data recovery, I have uses this site for information - . This is a great site for information purposes.
2