- Somehow Windows Repair seems to think that the "Default Target" should be e.g. "inetcookies" instead of simply "Cookies".
In the first post a number of "inet........ " show up whereas when using WR v3.11 only one "inet........" shows up. Coding problem ? Typo ?
Is this "inet........" thing a Win 8 issue only ? I don't have any "inet......... " on my Win 7 system showing up.
- @PeterH: download & install Donald Lessau's XYplorer. The program shows which reparse points are available/present in the "C:\Users\........ " (sub-)folders. And at what folders they're pointing.
- I think the scanresults should include the WR version as well. Saves A LOT OF time.
No, just in Windows 8 and 10 MS changed the paths again.
If 8, 8.1 or 10 Then
"\AppData\Local\Microsoft\Windows\Temporary Internet Files"
Points To "\AppData\Local\Microsoft\Windows\INetCache"
"\AppData\Local\Temporary Internet Files"
Points To "\AppData\Local\Microsoft\Windows\INetCache"
"\Cookies"
Points To "\AppData\Local\Microsoft\Windows\INetCookies"
Else
"\AppData\Local\Temporary Internet Files"
Points To "\AppData\Local\Microsoft\Windows\Temporary Internet Files"
"\Cookies"
Points To "\AppData\Roaming\Microsoft\Windows\Cookies"
End If
Shane