Hi,
I'm triing to read the History in Windows Vista with a program. There are two folders containing information:
C:\Users\%USERNAME HERE%\AppData\Local\Microsoft\Windows\History
readable with Win-Explorer, but not in CMD-Line
and C:\Users\%USERNAME HERE%\Recent
containing links to the files, I tried it with:
logparser "SELECT Name FROM %USERPROFILE%\Recent\*.*" -i:FS
but get the following error:
Error retrieving files: Error searching for files in folder
... permission denied
I start the cmd with Administrator rights (can read Registry and Log-Files)
Thanks in advance, Chris