I am creating an application that is supposed to run on Windows 8 (Desktop)
I need:
I found that the data is saved in the section "C: \ Users \ UserName \ AppData \ Local \ Microsoft \ Windows \ FileHistory \ Configuration.
Information is stored in an XML file. I prefer not to parse the XML file, especially if there is no specification of the exact format. So I wanted to know if there was another place from where I could get information about setting "File History".
Another thing is that for some reason I have 2 files: config1 and config2. What is the difference between files? Which file contains more accurate information?
source
share