In Windows 7 I had the following habit:
- Create a system restore point (which creates a shadow copy)
- Make some heavy changes to files
- Open [Properties > previous versions > Timestamp] of a folder for which I was interested in changes
- Copy the UNC path (for example \localhost\D$@GMT-2020.09.23-00.02.51) which exposes the shadow copy to my preferred sync tool to compare the changes with the current folder
Unfortunately in Windows 10, [Properties > previous versions] is reserved for some backup tool and I can only access shadow copys with tools like shadow copy viewer (Source: Microsoft forums). The UNC path isn't avaliable (despite Volume shadow service being turned on).
Now I am looking for an alternative which mounts a shadow copy at some UNC path for my sync tool.