I have photos on my network drive that I want to display (in live tiles preferably in the photo app).
Under c:\users\paul\pictures I have made a link to them, using mklink /d:
And this works fine in classic:
But nothing appears in the photo.app:
I am guessing that this is an issue with indexing - the photos won't appear until they are indexed, and Windows won't normally index a network drive (unless you make it "available offline, which just copies the files locally) - but this is exactly what the mklink was supposed to work around, and the properties show it is indexable:
Any ideas?