View Single Post
  #7  
Old June 24th 18, 03:55 AM posted to alt.comp.os.windows-10
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default Photos at start of Win 10

Ken wrote:
I know this is not very important, but it is a curiosity. When Windows
10 starts a photo is shown before the desktop appears. These photos
change frequently. Some of the photos are stunning, and I wonder where
they were taken. Is there a site or way of fining out where they were
taken?


C:\Users\UserName\AppData\Local\Packages\
Microsoft.Windows.ContentDeliveryManager_cw5n1h2tx yewy\LocalState\Assets

ff782ce3c9a149c1a13d00b69219712970f9f85d549afb5e4c 66c213aa072f41 === a JPEG etc.

I found a Superuser thread with the location. That part
was relatively easy. The hard part was verifying there
*was* such a place.

The ContentDeliveryManager portion of the path was
not visible in the "Packages" directory.

I had to list it via other means.

You could try CDing your way there in Command Prompt perhaps.

Once you're in the correct folder, try

explorer.exe .

and have it open a File Manager window.

That's a potential location, but good luck being
able to get the folder to appear for you. Even on the
Linux side, they didn't make it easy generating a file
list. Some stuff was "I/O Error" which is caused by
the superfluous usage of Reparse Points where we
don't need them.

The files don't have an extension, so you can try dropping
them on IrfanView or whatever. In Linux, thumbnails appear
for them. That won't happen on Windows unless you manually
a file extensions. Which requires copying the assets
somewhere else and "work on them". If you add an extension
to the files as is, that will break the presentation of the
assets at boot time.

Paul
Ads