{"id":3940,"date":"2016-08-30T19:50:20","date_gmt":"2016-08-30T14:20:20","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=3940"},"modified":"2022-07-30T09:13:47","modified_gmt":"2022-07-30T03:43:47","slug":"find-file-name-lock-screen-image-current-displayed","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/find-file-name-lock-screen-image-current-displayed\/","title":{"rendered":"Find the Current Lock Screen Spotlight Wallpaper File Name in Windows 10\/11"},"content":{"rendered":"<p>Windows 10\/11 Spotlight wallpaper images that appear on the lock screen are stored deep inside the Local Application Data folder, under the <code>Assets<\/code> folder, as we&#8217;ve seen in the article, <a href=\"https:\/\/www.winhelponline.com\/blog\/safekeep-windows-spotlight-images-windows-10-app-scripts\/\">How to Backup Windows Spotlight Images<\/a>.<\/p>\n<p>We&#8217;ll see how to find the file name of the <strong>currently<\/strong> displayed Lock Screen (Windows Spotlight) image so that you don&#8217;t have to preview 50+ files in your <code>Assets<\/code> folder to locate a single wallpaper file.<!--more--><\/p>\n<div id=\"toc\">\n<p><strong>Contents<\/strong><\/p>\n<ol>\n<li><a href=\"#registry\">Find the current wallpaper manually via Regedit<\/a><\/li>\n<li><a href=\"#script\">Find the current wallpaper using Windows Script<\/a><\/li>\n<\/ol>\n<\/div>\n<h2><a id=\"registry\"><\/a>Find the Current Spotlight Wallpaper File Name<\/h2>\n<h3>Instructions for Windows 10 v1803 through v21H2 and Windows 11<\/h3>\n<p>To find the current lock screen image file in Windows 10\/11, follow these steps:<\/p>\n<ol>\n<li>Find your user account SID by opening a Command Prompt window and running this command:\n<pre>whoami \/user<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-7337\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/w10-find-sid-whoami-user.png\" alt=\"find account sid using whoami user command\" width=\"699\" height=\"193\" \/><\/li>\n<li>Note down the SID for your account.<\/li>\n<li>In the Registry Editor, go to the following key:\n<pre>HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Authentication\\LogonUI\\Creative\\<\/pre>\n<\/li>\n<li>Please select the appropriate SID subkey that corresponds to your user account, and double-click to expand it.\n<div class=\"newline\">Under your SID key, there may be more than one subkey underneath. Each subkey refers to a different wallpaper image file. The highest-numbered subkey, which is the last one, stores the file name of the currently used Windows Spotlight wallpaper in a value named <strong><code>landscapeImage<\/code><\/strong>. The other two or more subkeys contain references to recently used wallpaper images.<\/div>\n<\/li>\n<li>Select the highest-numbered subkey or the last one listed.\n<p><figure id=\"attachment_7339\" aria-describedby=\"caption-attachment-7339\" style=\"width: 1087px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/w10-find-lock-screen-wallpaper-creative.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7339 size-full\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/w10-find-lock-screen-wallpaper-creative.png\" alt=\"find current lock screen image creative windows 10 1803 1809 and higher\" width=\"1097\" height=\"304\" srcset=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/w10-find-lock-screen-wallpaper-creative.png 1097w, https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/w10-find-lock-screen-wallpaper-creative-768x213.png 768w\" sizes=\"auto, (max-width: 1097px) 100vw, 1097px\" \/><\/a><figcaption id=\"caption-attachment-7339\" class=\"wp-caption-text\">(click to view full size)<\/figcaption><\/figure><\/li>\n<li>Double-click <code>landscapeImage<\/code> and copy the path. That&#8217;s your current lock screen wallpaper image file path.<\/li>\n<li>Right-click Start, click\u00a0 Run, and type this:\n<pre>explorer \/select, [filepath]<\/pre>\n<p><em>Replace <code>[filepath]<\/code> with the actual Lock Screen image path you copied from the Registry Editor in step <code>6<\/code>, and press <kbd>ENTER<\/kbd><\/em><\/li>\n<li>That command opens the <code>Assets<\/code> folder with the current Windows Spotlight wallpaper file already selected.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-3941\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/lockscreen-image-path-2-1.png\" alt=\"lock screen assets current image\" width=\"650\" height=\"462\" \/><\/li>\n<li>You can copy it to your Desktop or Pictures folder, add the <code>.JPG<\/code> extension and use it.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-3946\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/lockscreen-image-path-4.png\" alt=\"lock screen assets current image\" width=\"650\" height=\"464\" \/><\/li>\n<\/ol>\n<div class=\"qt\">\n<p>In <a href=\"https:\/\/www.winhelponline.com\/blog\/find-windows-10-build-version-edition-bit\/\">Windows 10 versions<\/a> 1803 &amp; higher and Windows 11, the current lock screen wallpaper image is stored in string values (REG_SZ), namely <code>landscapeImage<\/code>\u00a0and <code>portraitImage<\/code>, under the following registry key:<\/p>\n<pre>HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Authentication\\LogonUI\\Creative\\&lt;your SID&gt;\\&lt;random-key-name&gt;<\/pre>\n<p>In Windows 10 version 1709 and earlier, the lock screen image (Windows Spotlight) file name for the currently displayed landscape and portrait assets are stored in the following registry key:<\/p>\n<pre>HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Lock Screen\\Creative<\/pre>\n<\/div>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/find-current-wallpaper-file-path-windows-10\/\">How to Find Current Wallpaper (Desktop Background) File<\/a><\/div>\n<hr \/>\n<h3>For Windows 10 versions earlier than 1803<\/h3>\n<p>To find the current lock screen picture&#8217;s file and Path in Windows 10 v1803 and earlier, follow these steps:<\/p>\n<ol>\n<li>Start the Registry Editor (<code>regedit.exe<\/code>) and go to the registry path mentioned above.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-3943\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/lockscreen-image-path-1.png\" alt=\"lock screen assets current image\" width=\"650\" height=\"279\" \/><\/p>\n<div class=\"newline\">The value data for <code>LandscapeAssetPath<\/code> is what you need, if using a computer. <code>PortraitAssetPath<\/code> image applies to mobile devices. These two values hold the file name of the current Windows Spotlight wallpaper image.<\/div>\n<\/li>\n<li>Double-click the <code>LandscapeAssetPath<\/code> value and copy the data to the clipboard.<\/li>\n<li>Right-click Start, click Run, and then type this:\n<pre>explorer \/select, [filepath]<\/pre>\n<p>Of course, replace <code>[filepath]<\/code> with the actual Lock Screen image path you copied from the Registry Editor, and press <kbd>ENTER<\/kbd><\/p>\n<p>That command opens the <code>Assets<\/code> folder with the current Windows 10 Spotlight wallpaper file already selected. You can copy it to your Desktop or Pictures folder, add the <code>.JPG<\/code> extension and use it.<\/li>\n<li>Exit the Registry Editor.<\/li>\n<\/ol>\n<h2><a id=\"script\"><\/a>Using Script to Find the Current Lock Screen Image File<\/h2>\n<p>To find and open the current lock screen (Windows Spotlight image) wallpaper, here is a VBScript.<\/p>\n<h4>For Windows 10 v1803 &amp; higher and Windows 11<\/h4>\n<p><script src=\"https:\/\/gist.github.com\/winhelponline\/471f34673a483f362ea783d14d68f6ca.js?file=find_curr_spotlight_wallpaper.vbs\"><\/script><br \/>\n<noscript><\/p>\n<pre><code>\r\n'File: find_curr_spotlight_wallpaper.vbs\r\n'---------------------------------------\r\n\r\n'Find current lock screen wallpaper file in Windows 10\r\n'For Windows 10 build 17134 (v1803) and higher.\r\n'Created on 14-May '19 - (c) Ramesh Srinivasan\r\n'Reviewed on 4-Nov '20\r\n\r\nOption Explicit\r\nConst HKEY_LOCAL_MACHINE = &H80000002\r\nDim sWallPaper, oReg, strKeyPath, sCurWP\r\nDim arrSubKeys, subkey, GetOS, GetBuild\r\n\r\nGetVersion()\r\nIf InStr(LCase(GetOS), \"windows 10\") = 0 Then WScript.Quit\r\nIf CInt(GetBuild) < 17134 Then WScript.Quit Dim objFSO: Set objFSO = CreateObject(\"Scripting.FileSystemObject\") Dim WshShell : Set WshShell = WScript.CreateObject(\"WScript.Shell\") Dim strUser : strUser = CreateObject(\"WScript.Network\").UserName Set oReg=GetObject(\"winmgmts:{impersonationLevel=impersonate}!\\\\\" &#038; _ \".\" &#038; \"\\root\\default:StdRegProv\") strKeyPath = \"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Authentication\\\" &#038; _ \"LogonUI\\Creative\\\" + GetSID(strUser) oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys For Each subkey In arrSubKeys sWallPaper = subkey Next strKeyPath = strKeyPath &#038; \"\\\" &#038; sWallPaper oReg.GetStringValue HKEY_LOCAL_MACHINE, strKeyPath, \"landscapeImage\", sCurWP If objFSO.FileExists(sCurWP) Then Dim sWPTarget sWPTarget = WshShell.ExpandEnvironmentStrings(\"%userprofile%\") &#038; _ \"\\Desktop\\lockscreen_wallpaper.jpg\" objFSO.CopyFile sCurWP, sWPTarget, True WshShell.Run sWPTarget WScript.Sleep 1000 If MsgBox (\"Locate wallpaper file in the Assets folder?\", vbYesNo, \"Find Wallpaper\") = 6 Then WshShell.run \"explorer.exe\" &#038; \" \/select,\" &#038; sCurWP End If Else WScript.Echo(\"The wallpaper image does not exist on the disk!\") WScript.Quit End If Function GetSID(UserName) Dim DomainName, Result, WMIUser If InStr(UserName, \"\\\") > 0 Then\r\n      DomainName = Mid(UserName, 1, InStr(UserName, \"\\\") - 1)\r\n      UserName = Mid(UserName, InStr(UserName, \"\\\") + 1)\r\n   Else\r\n      DomainName = CreateObject(\"WScript.Network\").UserDomain\r\n   End If\r\n   On Error Resume Next\r\n   Set WMIUser = GetObject(\"winmgmts:{impersonationlevel=impersonate}!\" _\r\n   & \"\/root\/cimv2:Win32_UserAccount.Domain='\" & DomainName & \"'\" _\r\n   & \",Name='\" & UserName & \"'\")\r\n   \r\n   If Err.Number = 0 Then\r\n      Result = WMIUser.SID\r\n   Else\r\n      Result = \"\"\r\n      WScript.Echo \"Can't determine the SID. Quitting..\"\r\n      WScript.Quit\r\n   End If\r\n   On Error GoTo 0\r\n   GetSID = Result\r\nEnd Function\r\n\r\nFunction GetVersion()\r\n   Dim objWMIService, colOSes, objOS\r\n   Set objWMIService = GetObject(\"winmgmts:\" _\r\n   & \"{impersonationLevel=impersonate}!\\\\\" & \".\" & \"\\root\\cimv2\")\r\n   Set colOSes = objWMIService.ExecQuery(\"Select * from Win32_OperatingSystem\")\r\n   For Each objOS In colOSes\r\n      GetOS =  objOS.Caption\r\n      GetBuild = objOS.BuildNumber\r\n   Next\r\nEnd Function\r\n<\/code><\/pre>\n<p><\/noscript><\/p>\n<h4>For Windows 10 v1709 and earlier<\/h4>\n<p><script src=\"https:\/\/gist.github.com\/winhelponline\/c669fe6b9b2ba13a980888e22fb0e398.js?file=find_curr_spotlight_wallpaper_old.vbs\"><\/script><\/p>\n<p><noscript><\/p>\n<pre><code>\r\n'File: find_curr_spotlight_wallpaper_old.vbs\r\n'-------------------------------------------\r\n\r\n'Finds current lock screen wallpaper file, copies it to Pictures folder and previews it.\r\n'Ramesh Srinivasan, Winhelponline.com\r\n'Created on 1 Sep, '16\r\n'For Windows 10 v1709 and earlier\r\nDim WshShell: Set WshShell = Createobject(\"Wscript.Shell\")\r\nDim objFSO: Set objFSO = Createobject(\"Scripting.Filesystemobject\")\r\nOn error resume next\r\nsCurrLSI = WshShell.RegRead (\"HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Lock Screen\\Creative\\LandscapeAssetPath\")\r\nOn error goto 0\r\nsDstFL = WshShell.ExpandEnvironmentStrings( \"%USERPROFILE%\" )\r\nsDstFL = sDstFl & \"\\Pictures\\\" & objFSO.GetFileName(sCurrLSI) & \".jpg\"\r\nif objFSO.FileExists(sCurrLSI) then\r\n\tobjFSO.copyfile sCurrLSI, sDstFL\r\n\tWshShell.Run sDstFL\r\nelse\r\n\tMsgbox \"Lock Screen image file doesn't exist in the specified location.\"\r\nend if\r\n<\/code><\/pre>\n<p><\/noscript><\/p>\n<h4>Script Download links:<\/h4>\n<ul>\n<li><a href=\"https:\/\/gist.github.com\/winhelponline\/471f34673a483f362ea783d14d68f6ca\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">find_curr_spotlight_wallpaper.vbs (Windows 10 v1803 &amp; higher and Windows 11)<\/a><\/li>\n<li><a href=\"https:\/\/gist.github.com\/winhelponline\/c669fe6b9b2ba13a980888e22fb0e398\" target=\"_blank\" rel=\"noopener noreferrer\">find_curr_spotlight_wallpaper_old.vbs (for v1709 &amp; earlier)<\/a><\/li>\n<\/ul>\n<p>The script does the following things:<\/p>\n<ol>\n<li>Finds the current lock screen image wallpaper file from the registry.<\/li>\n<li>Copies current lock screen wallpaper file to Pictures folder and adds a <code>.jpg<\/code> extension.<\/li>\n<li>Previews the wallpaper using your default image viewer.<\/li>\n<li>Opens File Explorer and <strong>selects<\/strong> the current wallpaper image file.<\/li>\n<\/ol>\n<p>I hope the above methods to find the current Windows 10 lock screen (Windows Spotlight) wallpaper image were useful. Let&#8217;s know your comments.<\/p>\n<p><em>(This article was last reviewed on July 30, 2022. The methods are verified to work on Windows 10 v21H2 and Windows 11 v21H2.)<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Windows 10\/11 Spotlight wallpaper images that appear on the lock screen are stored deep inside the Local Application Data folder, under the Assets folder, as we&#8217;ve seen in the article, How to Backup Windows Spotlight Images. We&#8217;ll see how to find the file name of the currently displayed Lock Screen (Windows Spotlight) image so that &#8230; <a title=\"Find the Current Lock Screen Spotlight Wallpaper File Name in Windows 10\/11\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/find-file-name-lock-screen-image-current-displayed\/\" aria-label=\"Read more about Find the Current Lock Screen Spotlight Wallpaper File Name in Windows 10\/11\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[7],"tags":[295,441,480,686],"class_list":["post-3940","post","type-post","status-publish","format-standard","hentry","category-windows","tag-lock-screen","tag-registry","tag-scripts","tag-windows-spotlight"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":4502,"url":"https:\/\/www.winhelponline.com\/blog\/new-spotlight-wallpaper-notify-windows-10-lock-screen\/","url_meta":{"origin":3940,"position":0},"title":"Get Notified When Windows 10 Brings a New Spotlight Image Every time [Lock Screen]","author":"Ramesh","date":"November 2, 2016","format":false,"excerpt":"Windows Spotlight brings some amazing wallpapers for the Lock Screen, which you can save and use as your desktop background. By now, I'm pretty sure most users know how to view and store the lock screen images collection from the Assets folder. Then I made a post on how to\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"get notified new spotlight image","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/11\/newfilego-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/11\/newfilego-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/11\/newfilego-1.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":1492,"url":"https:\/\/www.winhelponline.com\/blog\/safekeep-windows-spotlight-images-windows-10-app-scripts\/","url_meta":{"origin":3940,"position":1},"title":"How to Save Windows 10\/11 Spotlight Wallpapers","author":"Ramesh","date":"January 25, 2016","format":false,"excerpt":"Windows Spotlight brings to you some fantastic images that are worth storing. Unfortunately, at present, Windows 10\/11 doesn't have a GUI option to save these lock screen wallpaper images; this has to be done manually or using a custom app or script. This post tells you how to save Windows\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/01\/assets-folder-lock-images.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/01\/assets-folder-lock-images.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/01\/assets-folder-lock-images.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":8920,"url":"https:\/\/www.winhelponline.com\/blog\/windows-spotlight-does-not-work-stuck-same-image\/","url_meta":{"origin":3940,"position":2},"title":"Windows Spotlight does not work and stuck on the same image","author":"Ramesh","date":"April 29, 2019","format":false,"excerpt":"Windows Spotlight in Windows 10 brings to you some amazing wallpapers for the lock screen. It stores the downloaded images in the Assets folder. It automatically rotates the lock screen wallpaper from the store folder at specified intervals. In some systems, the Windows Spotlight feature does not work and the\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"Windows Spotlight does not work and stuck on the same image","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/reset-windows-spotlight.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/reset-windows-spotlight.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/reset-windows-spotlight.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/reset-windows-spotlight.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":5189,"url":"https:\/\/www.winhelponline.com\/blog\/windows-10-lock-screen-black-background-no-wallpaper-fix\/","url_meta":{"origin":3940,"position":3},"title":"Windows 10 Lock Screen Black Background and no Wallpaper [Fix]","author":"Ramesh","date":"January 15, 2017","format":false,"excerpt":"Starting with the Windows 10 anniversary update, you can show the lock screen wallpaper in the login or sign-in screen as well. However, with the wallpaper option enabled for the sign-in screen, there appears a problem where the lock screen shows up with a black background instead of a Windows\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"lock screen black background","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/01\/black-lock-screen-00.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/01\/black-lock-screen-00.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/01\/black-lock-screen-00.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":9392,"url":"https:\/\/www.winhelponline.com\/blog\/how-to-use-windows-spotlight-as-desktop-wallpaper-slideshow\/","url_meta":{"origin":3940,"position":4},"title":"How to Use Windows Spotlight as Desktop Wallpaper Slideshow","author":"Ramesh","date":"May 19, 2019","format":false,"excerpt":"The Windows Spotlight brings fresh wallpaper images for your lock screen daily. The wallpapers are stored in the Assets folder wherein the older wallpaper images will be purged automatically as the new set of images get downloaded. We saw how to save the lock screen wallpapers using various methods, including\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"spotlight image as desktop wallpaper - bing images - dynamic theme","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/dynamic-theme-options-2.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/dynamic-theme-options-2.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/dynamic-theme-options-2.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/dynamic-theme-options-2.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":1619,"url":"https:\/\/www.winhelponline.com\/blog\/location-where-a-spotlight-image-shot\/","url_meta":{"origin":3940,"position":5},"title":"Find the Actual Location Where a Spotlight (Lock Screen) Image was Shot","author":"Ramesh","date":"February 12, 2016","format":false,"excerpt":"If you're struck by the awesomeness of a Windows Spotlight (lock screen) image that recently appeared on your screen and need to find the geographical location where the image was actually shot, here are some options. Hover the Mouse over the Camera icon With the Windows 10 Anniversary Update (v1607),\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"Find the Actual Location Where a Spotlight (Lock Screen) Image was Shot","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/bing-search-similar-images-2.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/bing-search-similar-images-2.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/bing-search-similar-images-2.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/bing-search-similar-images-2.png?resize=700%2C400&ssl=1 2x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/3940","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=3940"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/3940\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=3940"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=3940"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=3940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}