41

Windows Spotlight is a new Windows 10 feature which displays random images on your lock screen.

Now every now and then the picture happens to be a particularly nice one, and I'd like to know more about it. (What does it show? Where was it taken?)

I was able to (kind of) solve this problem with the following steps:

  1. Go to the lock screen settings. A preview of the current lock screen image is shown there.

  2. Take a screenshot of the preview and upload it to Google Reverse Image Search.

Is there an easier way?

CPHPython
  • 567
Heinzi
  • 4,258

7 Answers7

11

To save the Spotlight images stored on your computer, see this procedure in this article:
How to save Windows Spotlight lockscreen images so you can use them as wallpapers.

To download almost all Spotlight images from Microsoft servers in a few minutes in high-resolution, see the SpotBright app.

Once you have the images, you can scan them for metadata that may contain information about where they came from.

There are various mechanisms for embedding metadata in images : IPTC, EXIF, XMP. This metadata is the only textual data contained inside the image.

EXIF is stored in the image by the camera and may contain information such as the GPS coordinates (if the camera has GPS, which most smartphones do). IPTC and XMP are added manually, as is normally done by professional photographers.

The best tool I have found for displaying that information is the free Picture Information Extractor. Try this tool on one of these downloaded images to see if Microsoft has kept some of that data or scrubbed it out.

If you have found such a useful tag(s), there exist image renamers that can use metadata tags to batch-rename the images.

harrymc
  • 498,455
8

Apparently, the "what does it show" issue has been fixed (silently). In the current version (Windows 10 14393.105) hovering over the "Like what you see?" tag shows the name of the location:

enter image description here

Heinzi
  • 4,258
8

Information found here from DSKslund, it solved my problem: Microsoft forum

It's a user account security issue.

Go to or in the general settings search for "User Accounts" Select "Manage User Accounts" At the top, select the "Advanced" tab.

In the bottom section: "Secure Sign-in": now DE-select "Require users to press Ctrl+Alt+Delete"

That's it. Lock your computer (windows + L) and you should magically see all the info everyone else has. If that doesn't work like I said and you're worried about security, simply recheck the box and you're no worse for wear.

You will also find that when your computer is locked, now you can just press any key to bring up the login. This does NOT negate having to log in - just not having to press Ctrl+Alt+Del.

Luc
  • 81
4

Since I was encountering similar frustrations, I wrote a Python script to perform this lookup not long ago. Hope it helps.

GitHub: Windows 10 Lock Screen Image Lookup

2

The real issue looks likely to be a bug rather than a setting. I'd been wondering about this since upgrading a load of PCs to W10 Pro just before the end of the free upgrade offer.

Some, but very few, had extended information about the images (but not all images, some just had links to XBox or Windows Store content).

My own machine didn't have the info but my personal Surface with W10 Pro installed did. Settings were all exactly the same.

Today I accessed Windows>Settings>Lock Screen, changed back to Picture with Cortana features enabled, changed to Slideshow with custom folder, then back to Spotlight and I now have the info on the images. Presumably a bug rather than a feature that has driven a lot of people nuts.

Hope this works for you if you try it.

2

I found this article which gives a handy VBScript to find the current image, copy it to your Pictures folder, and open it in your favorite image viewer

http://www.winhelponline.com/blog/find-file-name-lock-screen-image-current-displayed/

From there, it is easy to open in Google Image search by copy and pasting the image to the upload form located at https://images.google.com/

Jimmy S
  • 306
0

Lock Screen Spotlight

Several answers here link to instructions or tools for finding these photos, but don't include the fundamental information in the answer. So here you go:

The files are in:
%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets\ they're named catchy things like:
beb2074ee258c68293b9fa1b62e8fdf57a69fc594a0aa7f54e4a003bf42a8716
Copy them somewhere and rename them with a .jpg extension.

They don't have any useful metadata, so that doesn't get you the info you want. But it's an improvement on your step 1 and might get you better Reverse Image Search results.

How to find that

Find your user's SID with whoami /user and plug it into this registry path:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative\[SID]\

The keys under that look like 133700376581980977. The last (highest-numbered) one represents the current lock screen spotlight image.

In them there's a value landscapeImage (and portraitImage) with data like:
C:\Users\jacktose\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets\1b6a0588f3fcc7d2726677d2df914907f3efb3c2da673a4103b85e7adaa716c3

(Thanks to Winhelponline via this answer by Jimmy S and Next of Windows via this answer by harrymc.)

Desktop Spotlight

If, like me, you're looking for the Desktop Spotlight images, there's better news! You can get lots of information about them: see How to get more info below.

To get the files:
%LocalAppData%\Packages\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\LocalCache\Microsoft\IrisService\
Inside there are folders like 8162277678387407028 and inside those are files like 133700695440906698.jpg.

How to find that

Advice around the web for older versions of Win 10 point to Lock Screen Spotlight data here: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen\Creative

That no longer exists, but poking around near there, we find:
HKCU\Software\Microsoft\Windows\CurrentVersion\DesktopSpotlight\Creatives

The value Creatives has data that's a huge JSON string. Poking around in that, we find lines like:

"landscapeImage": {
  "asset": "C:\\Users\\jacktose\\AppData\\Local\\Packages\\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\\LocalCache\\Microsoft\\IrisService\\8162277678387407028\\133700695440906698.jpg"
},

(Thanks to this script by David Metcalfe via their answer.)

How to get more info

Further poking in the JSON (I highly recommend using jq or your favorite editor to reformat it first), there is a lot more info that you might want to know about the photos:

"iconHoverText": "Hohenzollern Castle, Germany\r\n© Reinhard Schmid / Huber / eStock Photo\r\nRight-click to learn more",
"title": "Of hills and Hohenzollerns",
"description": "This onetime seat of a noble house is no longer a home, strictly speaking. The current edition of Hohenzollern Castle was built in the mid-1800s by King Frederick William IV of Prussia, a son of House Hohenzollern who resolved to rebuild his family's original seat of power. Though the king's romantic vision of a medieval (or some might say fairy-tale) castle was realized with resounding success, the estate never became any Hohenzollern's permanent residence. It has great staying power as one of Germany's top attractions, though, pulling upwards of 350,000 visitors a year.",
"copyright": "© Reinhard Schmid / Huber / eStock Photo",
"ctaUri": "microsoft-edge:https://www.bing.com/spotlight?spotlightid=DS_HohenzollernCastleBaden&q=Hohenzollern+Castle&FORM=MC13ER",

There are other links for related photos and searches and for asking Copilot about it. Of course, M$ formatted them all as microsoft-edge:https://....

Jacktose
  • 277